Skip to content

Commit

Permalink
chore(deps): update dependency dafyddj/copier-bootstrap to v2.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dafyddjbot[bot] committed May 30, 2024
1 parent 62e1ecb commit d46fdac
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 0 additions & 3 deletions .github/copier-renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"enabledManagers": [
"custom.regex",
],
"extends": [
":dependencyDashboard",
],
"allowedPostUpgradeCommands": [
"^git stash$",
"^copier update",
Expand Down
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"matchStrings": [
"_commit: (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
"_commit: (?<currentDigest>\\S+) # __copier_update_available (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
"_commit: (?<currentDigest>\\S+) # __copier_update_needed (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
],
"datasourceTemplate": "github-tags",
"autoReplaceStringTemplate": "_commit: {{#if currentDigest}}{{{currentDigest}}}{{else}}{{{currentValue}}}{{/if}} # __copier_update_available {{{newValue}}}\n_src_path: gh:{{{depName}}}\n",
Expand All @@ -36,6 +35,7 @@
},
{
"matchManagers": ["custom.regex"],
"automerge": true,
"commitMessageSuffix": "available",
},
],
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 0 additions & 3 deletions template/.github/copier-renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"enabledManagers": [
"custom.regex",
],
"extends": [
":dependencyDashboard",
],
"allowedPostUpgradeCommands": [
"^git stash$",
"^copier update",
Expand Down
2 changes: 1 addition & 1 deletion template/.github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"matchStrings": [
"_commit: (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
"_commit: (?<currentDigest>\\S+) # __copier_update_available (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
"_commit: (?<currentDigest>\\S+) # __copier_update_needed (?<currentValue>\\S+)\\n_src_path: gh:(?<depName>\\S+)\\n",
],
"datasourceTemplate": "github-tags",
"autoReplaceStringTemplate": "_commit: {{#if currentDigest}}{{{currentDigest}}}{{else}}{{{currentValue}}}{{/if}} # __copier_update_available {{{newValue}}}\n_src_path: gh:{{{depName}}}\n",
Expand All @@ -36,6 +35,7 @@
},
{
"matchManagers": ["custom.regex"],
"automerge": true,
"commitMessageSuffix": "available",
},
],
Expand Down
9 changes: 8 additions & 1 deletion template/.github/workflows/renovate.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d46fdac

Please sign in to comment.