From 6ae8235226f6f96efca5dd43b720b849c9e9fbc3 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 4 Apr 2023 22:46:11 +0200 Subject: [PATCH 1/2] dependabot: monthly updates of github actions --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30072f5c..1e7b4927 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,12 @@ version: 2 updates: # Maintain dependencies in our GitHub Workflows - package-ecosystem: github-actions - directory: "/" # This should be / rather than .github/workflows + directory: / + labels: [ci] schedule: - interval: weekly + interval: monthly time: "05:00" - timezone: "Etc/UTC" - labels: - - ci + timezone: Etc/UTC - package-ecosystem: "npm" directory: "/" # Location of package[-lock].json From 28e94b6122f4d018f09b8a14f241611910ecaed7 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 5 Apr 2023 10:12:01 +0200 Subject: [PATCH 2/2] dependabot: rename to .yaml --- .github/{dependabot.yml => dependabot.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{dependabot.yml => dependabot.yaml} (100%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 100% rename from .github/dependabot.yml rename to .github/dependabot.yaml