From 518f9c4946df07881f576ee1ed9ef3b2b4ff732b Mon Sep 17 00:00:00 2001 From: OCram85 Date: Thu, 15 Dec 2022 19:58:42 +0100 Subject: [PATCH 1/3] fix woodpecker fileMatch regex (#30) #### :book: Summary - fix regex / provided by renovate maintainer #### :bookmark_tabs: Test Plan > :bulb: Select your test plan for the code changes. - [x] CI pipeline tests - [ ] Custom test - [ ] No test plan ##### Details / Justification #### :books: Additional Notes Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/30 --- renovate.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 6c0bc22..5643db3 100644 --- a/renovate.json +++ b/renovate.json @@ -5,8 +5,6 @@ }, "woodpecker": { "enabled": true, - "fileMatch": [ - "^.woodpecker/*.yml$" - ] + "fileMatch": ["^.woodpecker\/.*.yml$"] } } From 73b9e9e71024ddb3ac823ecd202b0b29fa13fbfe Mon Sep 17 00:00:00 2001 From: CI-Bot Date: Sat, 17 Dec 2022 18:18:55 +0100 Subject: [PATCH 2/3] Update renovate/renovate Docker tag to v34.57 (#32) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://github.com/renovatebot/renovate) | minor | `34.22-slim` -> `34.57-slim` | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/32 Co-authored-by: CI-Bot Co-committed-by: CI-Bot --- .woodpecker/.renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml index dc85ce6..4959fab 100644 --- a/.woodpecker/.renovate.yml +++ b/.woodpecker/.renovate.yml @@ -1,6 +1,6 @@ pipeline: DockerBaseImage: - image: renovate/renovate:34.22-slim + image: renovate/renovate:34.57-slim commands: - "renovate" secrets: From c53e04272ef775b312bdbf4574ded5c4ef4fa1bb Mon Sep 17 00:00:00 2001 From: CI-Bot Date: Sat, 17 Dec 2022 18:24:08 +0100 Subject: [PATCH 3/3] Update renovate/renovate Docker tag to v34.62 (#33) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://github.com/renovatebot/renovate) | minor | `34.57-slim` -> `34.62-slim` | :warning: Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.ocram85.com/CodeServer/arkanum/pulls/33 Co-authored-by: CI-Bot Co-committed-by: CI-Bot --- .woodpecker/.renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/.renovate.yml b/.woodpecker/.renovate.yml index 4959fab..1fa1dcf 100644 --- a/.woodpecker/.renovate.yml +++ b/.woodpecker/.renovate.yml @@ -1,6 +1,6 @@ pipeline: DockerBaseImage: - image: renovate/renovate:34.57-slim + image: renovate/renovate:34.62-slim commands: - "renovate" secrets: