From 51a23d961dfce0d45d653919ad102bd662fecf08 Mon Sep 17 00:00:00 2001 From: Rafal Wojsznis Date: Tue, 26 Mar 2024 20:51:55 +0100 Subject: [PATCH] Add dependabot config --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..499e9a2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + open-pull-requests-limit: 1 + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + open-pull-requests-limit: 1