From 9144828e5b1c3ba7f1ff40bf7b20b63da547233d Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 4 Apr 2023 22:58:47 +0200 Subject: [PATCH 1/2] dependabot: monthly updates of github actions --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 28f1c9b..b34f1bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,9 @@ 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" + timezone: Etc/UTC From 0324d88da23d7e96c895d0fe2b205c84b77a2871 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 5 Apr 2023 10:19:04 +0200 Subject: [PATCH 2/2] dependabot: rename to .yaml --- .github/{dependabot.yml => dependabot.yaml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/{dependabot.yml => dependabot.yaml} (73%) diff --git a/.github/dependabot.yml b/.github/dependabot.yaml similarity index 73% rename from .github/dependabot.yml rename to .github/dependabot.yaml index b34f1bd..19d8f46 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yaml @@ -1,4 +1,4 @@ -# dependabot.yml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file # # Notes: # - Status and logs from dependabot are provided at