From 4e900faa2626006962937fa0ab6b3b0fc848631c Mon Sep 17 00:00:00 2001 From: Deluan Date: Thu, 10 Oct 2024 23:25:17 -0400 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..35e35a3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: +- package-ecosystem: docker + schedule: + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: github-actions + schedule: + interval: weekly + open-pull-requests-limit: 10 \ No newline at end of file