From 8e795980dab8f38025377485f29cdc4e417656c4 Mon Sep 17 00:00:00 2001 From: "Morten B. Matthiesen" Date: Tue, 20 Aug 2024 15:27:27 +0200 Subject: [PATCH] Create dependabot.yaml --- .github/dependabot.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..2ee506e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + - package-ecosystem: "docker" + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10