From 0cacde387532307927c0af56acb7f99c052c03e0 Mon Sep 17 00:00:00 2001 From: Matthias Fax Date: Sun, 23 Jul 2023 15:00:43 +0200 Subject: [PATCH 1/3] ci: migrate from renovatebot to dependabot for github actions Renovate Bot has issues with pinned github actions from branches, and even with unpinned tags sometimes. Signed-off-by: Matthias Fax --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..c60409c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + labels: + - chore + - github_actions + schedule: + interval: daily From 4691fa568d54707ad4c2fbf8b1271ea9af827d86 Mon Sep 17 00:00:00 2001 From: Matthias Fax Date: Sun, 23 Jul 2023 15:05:15 +0200 Subject: [PATCH 2/3] ci: disable renovate bot for github actions Signed-off-by: Matthias Fax --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 0e3af9f..5f23ce8 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,6 +2,9 @@ "extends": [ "config:recommended" ], + "github-actions": { + "enabled": false + } "separateMinorPatch": true, "patch": { "automerge": true @@ -19,4 +22,4 @@ "chore" ], "commitBody": "Signed-off-by: {{{gitAuthor}}}" -} \ No newline at end of file +} From b83ad761fa3cec9c26183c7fefc71290c158e67c Mon Sep 17 00:00:00 2001 From: Matthias Fax Date: Mon, 24 Jul 2023 14:08:00 +0200 Subject: [PATCH 3/3] fix(format): add missing comma Signed-off-by: Matthias Fax --- .github/renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5f23ce8..3c74a28 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,7 +4,7 @@ ], "github-actions": { "enabled": false - } + }, "separateMinorPatch": true, "patch": { "automerge": true