From d218870d9fe85a3b8656fe7f9af86c2342aa5e76 Mon Sep 17 00:00:00 2001 From: Aleksander Zaruczewski Date: Wed, 27 Mar 2024 16:09:54 +0200 Subject: [PATCH] ci(dependabot): run on weekly basis --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0623ccd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + main: + applies-to: version-updates + patterns: + - '*' + sec: + applies-to: security-updates + patterns: + - '*' + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + groups: + main: + applies-to: version-updates + patterns: + - '*' + sec: + applies-to: security-updates + patterns: + - '*'