From 8b888bb5927488da7297094a865a9cc24f978cda Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 24 Oct 2023 11:30:34 +0200 Subject: [PATCH 1/2] Create dependabot.yml and check github actions versions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..92c44a82b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" From be5001cb670ae1b951a920ccbd8b83ba04a83d5c Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Tue, 24 Oct 2023 13:07:21 +0200 Subject: [PATCH 2/2] Check monthly instead of weekly --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92c44a82b..4eb1d5391 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,4 +8,4 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly"