From cd6d568554118adff581203c25d69b9268ded3fe Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Thu, 31 Aug 2023 08:50:11 +0200 Subject: [PATCH 1/2] CI: Configure dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..75bc9cd --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" From 316e5c88173d379b64039b2b4128f2f3dc294eab Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 22 Nov 2023 10:22:47 +0100 Subject: [PATCH 2/2] CI: Focus dependabot on GitHub Actions, not bundler ecosystem --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 75bc9cd..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,3 @@ updates: directory: "/" schedule: interval: "weekly" - - package-ecosystem: "bundler" - directory: "/" - schedule: - interval: "weekly"