From ab05f75ddc39fd8c473219f14ad4ff80c7e12570 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Thu, 7 Nov 2024 06:44:53 +0100 Subject: [PATCH] Use "Dependabot" to update Github actions and Python packages --- .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..bfb6afd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,25 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + open-pull-requests-limit: 3 + groups: + github-actions: + patterns: + - '*' + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "08:00" + open-pull-requests-limit: 3 + groups: + python-packages: + patterns: + - "*"