-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency https://github.com/dafyddh/copier-pack…
…er-build to v1.1.6
- Loading branch information
Showing
4 changed files
with
17 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: v1.1.3 | ||
_src_path: gh:dafyddj/copier-packer-build | ||
_commit: v1.1.6 | ||
_src_path: https://github.com/dafyddj/copier-packer-build | ||
box_name: techneg/tkl17-x64-nocm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,20 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"enabledManagers": [ | ||
"custom.regex", | ||
"copier", | ||
"git-submodules", | ||
], | ||
"extends": [ | ||
"config:recommended", | ||
], | ||
// `copier` template updates | ||
// There are two conditions that we need to account for | ||
// * a "clean" `.copier-answers.yml` file | ||
// * update needed but not yet applied (and further updates could appear in this condition) | ||
// `renovate` needs to be able to match both conditions for PRs to work properly | ||
// We make a hacky use of the otherwise unused field `currentDigest` to hold the current copier template version | ||
"customManagers": [ | ||
{ | ||
"customType": "regex", | ||
"fileMatch": ["^.copier-answers.yml$"], | ||
"matchStrings": [ | ||
"_commit: (?<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_needed {{{newValue}}}\n_src_path: gh:{{{depName}}}\n", | ||
}, | ||
], | ||
"git-submodules": { | ||
"enabled": true | ||
}, | ||
"packageRules": [ | ||
{ | ||
"matchManagers": ["git-submodules"], | ||
"automerge": true, | ||
}, | ||
], | ||
"platformAutomerge": false, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters