diff --git a/.copier-answers.yml b/.copier-answers.yml index 93bfa3f..df79a46 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.0.10 # __copier_update_available v2.0.12 +_commit: v2.0.12 _src_path: gh:dafyddj/copier-bootstrap template_name: copier-github-action diff --git a/.github/copier-renovate.json5 b/.github/copier-renovate.json5 index beb1746..ec23a18 100644 --- a/.github/copier-renovate.json5 +++ b/.github/copier-renovate.json5 @@ -2,9 +2,6 @@ "enabledManagers": [ "custom.regex", ], - "extends": [ - ":dependencyDashboard", - ], "allowedPostUpgradeCommands": [ "^git stash$", "^copier update", diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 03794dc..d27431b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,7 +20,6 @@ "matchStrings": [ "_commit: (?\\S+)\\n_src_path: gh:(?\\S+)\\n", "_commit: (?\\S+) # __copier_update_available (?\\S+)\\n_src_path: gh:(?\\S+)\\n", - "_commit: (?\\S+) # __copier_update_needed (?\\S+)\\n_src_path: gh:(?\\S+)\\n", ], "datasourceTemplate": "github-tags", "autoReplaceStringTemplate": "_commit: {{#if currentDigest}}{{{currentDigest}}}{{else}}{{{currentValue}}}{{/if}} # __copier_update_available {{{newValue}}}\n_src_path: gh:{{{depName}}}\n", @@ -36,6 +35,7 @@ }, { "matchManagers": ["custom.regex"], + "automerge": true, "commitMessageSuffix": "available", }, ], diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index aaaf6f8..dcc62cc 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -1,11 +1,18 @@ --- -name: Self-hosted Renovate +name: Renovate on: + push: + branches: + - '**' + paths: + - .copier-answers.yml workflow_dispatch: jobs: renovate: + name: Run self-hosted + if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 diff --git a/template/.github/copier-renovate.json5 b/template/.github/copier-renovate.json5 index beb1746..ec23a18 100644 --- a/template/.github/copier-renovate.json5 +++ b/template/.github/copier-renovate.json5 @@ -2,9 +2,6 @@ "enabledManagers": [ "custom.regex", ], - "extends": [ - ":dependencyDashboard", - ], "allowedPostUpgradeCommands": [ "^git stash$", "^copier update", diff --git a/template/.github/renovate.json5 b/template/.github/renovate.json5 index 03794dc..d27431b 100644 --- a/template/.github/renovate.json5 +++ b/template/.github/renovate.json5 @@ -20,7 +20,6 @@ "matchStrings": [ "_commit: (?\\S+)\\n_src_path: gh:(?\\S+)\\n", "_commit: (?\\S+) # __copier_update_available (?\\S+)\\n_src_path: gh:(?\\S+)\\n", - "_commit: (?\\S+) # __copier_update_needed (?\\S+)\\n_src_path: gh:(?\\S+)\\n", ], "datasourceTemplate": "github-tags", "autoReplaceStringTemplate": "_commit: {{#if currentDigest}}{{{currentDigest}}}{{else}}{{{currentValue}}}{{/if}} # __copier_update_available {{{newValue}}}\n_src_path: gh:{{{depName}}}\n", @@ -36,6 +35,7 @@ }, { "matchManagers": ["custom.regex"], + "automerge": true, "commitMessageSuffix": "available", }, ], diff --git a/template/.github/workflows/renovate.yml b/template/.github/workflows/renovate.yml index aaaf6f8..dcc62cc 100644 --- a/template/.github/workflows/renovate.yml +++ b/template/.github/workflows/renovate.yml @@ -1,11 +1,18 @@ --- -name: Self-hosted Renovate +name: Renovate on: + push: + branches: + - '**' + paths: + - .copier-answers.yml workflow_dispatch: jobs: renovate: + name: Run self-hosted + if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) runs-on: ubuntu-latest steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6