From 1ca8b39120e811b0cd0f1a4826a2194ecdb1a321 Mon Sep 17 00:00:00 2001 From: Jonatan Antoni Date: Mon, 3 Jul 2023 15:01:52 +0200 Subject: [PATCH] Activate dependabot --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..0cb7b34 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + rebase-strategy: disabled