From 159bc834bd18ece42eaec908a1511deda5df596c Mon Sep 17 00:00:00 2001 From: Khosrow Moossavi Date: Tue, 19 Dec 2023 18:25:28 -0500 Subject: [PATCH] Create dependabot file Signed-off-by: Khosrow Moossavi --- .github/dependabot.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e1ab1fb --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + # setting this to 0 means only allowing security updates, see https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit + open-pull-requests-limit: 0 + +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 3 + +- package-ecosystem: docker + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 1 +- package-ecosystem: docker + directory: "/scripts" + schedule: + interval: weekly + open-pull-requests-limit: 1