From b0f4f788ed4a0b557814e3e177b9bb7adb580846 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Mar 2023 14:10:19 +0100 Subject: [PATCH 1/4] Update dependabot.yml Also use dependabot to check the github actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4872c5af..84be9969 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly From 4645ad24c28f6aca9066f7ab10f72704ad2edd0e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Mar 2023 16:26:00 +0100 Subject: [PATCH 2/4] Update dependabot.yml --- .github/dependabot.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 84be9969..08fe07d1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: weekly +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly From 4e34603d65491a28c9d1cd6889ea5e46eab3af36 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 16 Mar 2023 16:28:40 +0100 Subject: [PATCH 3/4] Update dependabot.yml --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 08fe07d1..9361380d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 -- package-ecosystem: "github-actions" +- package-ecosystem: github-actions directory: "/" schedule: interval: weekly From 6bcc126fc04b9e879abb27185ff8eedb0c0716c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 30 Sep 2023 09:52:19 +0200 Subject: [PATCH 4/4] Update .github/dependabot.yml --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9361380d..8af7569d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,4 @@ updates: directory: "/" schedule: interval: weekly + open-pull-requests-limit: 10