summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorÉmilien (perso) <4016501+unixfox@users.noreply.github.com>2025-05-09 19:58:06 +0000
committerGitHub <noreply@github.com>2025-05-09 21:58:06 +0200
commitc304ea6db3cffdcbc5023786861518e602e570d4 (patch)
tree5ef3c32c985597975ac20c92bbb4590d79d3e613
parent9e3c0dfd85443950b10d90793824d682c76af82c (diff)
downloadinvidious-c304ea6db3cffdcbc5023786861518e602e570d4.tar.gz
invidious-c304ea6db3cffdcbc5023786861518e602e570d4.tar.bz2
invidious-c304ea6db3cffdcbc5023786861518e602e570d4.zip
chore: Add dependabot for docker and github actions (#5285)
-rw-r--r--.github/dependabot.yml10
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"