From 06406cfc3a732c267709677600733cadad59136e Mon Sep 17 00:00:00 2001 From: Julien Duchesne Date: Thu, 20 Apr 2023 12:32:10 -0400 Subject: [PATCH] Setup dependabot (#26) --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..f0a0e8b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + - package-ecosystem: docker + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5 + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 5