diff options
| author | Émilien (perso) <4016501+unixfox@users.noreply.github.com> | 2025-05-09 19:58:06 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-09 21:58:06 +0200 |
| commit | c304ea6db3cffdcbc5023786861518e602e570d4 (patch) | |
| tree | 5ef3c32c985597975ac20c92bbb4590d79d3e613 /.github | |
| parent | 9e3c0dfd85443950b10d90793824d682c76af82c (diff) | |
| download | invidious-c304ea6db3cffdcbc5023786861518e602e570d4.tar.gz invidious-c304ea6db3cffdcbc5023786861518e602e570d4.tar.bz2 invidious-c304ea6db3cffdcbc5023786861518e602e570d4.zip | |
chore: Add dependabot for docker and github actions (#5285)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..74f6302c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: "weekly" + - package-ecosystem: github-actions + directory: / + schedule: + interval: "weekly" |
