diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-08-20 17:43:00 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-08-20 17:43:00 -0700 |
| commit | 6988e0a1b233b0de4eae04d97906154ff89f0428 (patch) | |
| tree | b8f08c359e0bc1463a57b7918338a889b97e1dbb /.github/dependabot.yml | |
| parent | disable unifi and promtail/loki on tahoe (diff) | |
| download | infra-6988e0a1b233b0de4eae04d97906154ff89f0428.tar.gz | |
add a couple of github actions
Diffstat (limited to '.github/dependabot.yml')
| -rw-r--r-- | .github/dependabot.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1230149 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" |
