File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2- _commit : v2.6.4
2+ _commit : v2.6.7
33_src_path : https://github.com/dafyddj/copier-bootstrap
44template_name : copier-github-action
Original file line number Diff line number Diff line change 11{
2- " $schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- " enabledManagers" : [
4- " copier" ,
5- " git-submodules" ,
2+ $schema : ' https://docs.renovatebot.com/renovate-schema.json' ,
3+ enabledManagers : [
4+ ' copier' ,
5+ ' git-submodules' ,
66 ] ,
7- " extends" : [
8- " config:recommended" ,
7+ extends : [
8+ ' config:recommended' ,
99 ] ,
10- " automergeStrategy" : " merge-commit" ,
11- " git-submodules" : {
12- " enabled" : true
10+ automergeStrategy : ' merge-commit' ,
11+ ' git-submodules' : {
12+ ' enabled' : true
1313 } ,
14- " packageRules" : [
14+ packageRules : [
1515 {
16- "matchFileNames" : [ "template/**" ] ,
17- "semanticCommitType" : "fix" ,
16+ matchFileNames : [
17+ 'template/**'
18+ ] ,
19+ semanticCommitType : 'fix' ,
1820 } ,
1921 {
20- "matchManagers" : [ "git-submodules" ] ,
21- "automerge" : true ,
22+ automerge : true ,
23+ matchManagers : [
24+ 'git-submodules'
25+ ] ,
2226 } ,
2327 ] ,
2428}
Original file line number Diff line number Diff line change 99 args : [--assume-in-merge]
1010 - id : check-yaml
1111 - repo : https://github.com/python-jsonschema/check-jsonschema
12- rev : 0.31.3
12+ rev : 0.32.1
1313 hooks :
1414 - id : check-github-workflows
1515 name : Check GitHub workflows with check-jsonschema
Original file line number Diff line number Diff line change 11{
2- " $schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- " enabledManagers" : [
4- " copier" ,
5- " git-submodules" ,
2+ $schema : ' https://docs.renovatebot.com/renovate-schema.json' ,
3+ enabledManagers : [
4+ ' copier' ,
5+ ' git-submodules' ,
66 ] ,
7- " extends" : [
8- " config:recommended" ,
7+ extends : [
8+ ' config:recommended' ,
99 ] ,
10- " automergeStrategy" : " merge-commit" ,
11- " git-submodules" : {
12- " enabled" : true
10+ automergeStrategy : ' merge-commit' ,
11+ ' git-submodules' : {
12+ ' enabled' : true
1313 } ,
14- " packageRules" : [
14+ packageRules : [
1515 {
16- "matchFileNames" : [ "template/**" ] ,
17- "semanticCommitType" : "fix" ,
16+ matchFileNames : [
17+ 'template/**'
18+ ] ,
19+ semanticCommitType : 'fix' ,
1820 } ,
1921 {
20- "matchManagers" : [ "git-submodules" ] ,
21- "automerge" : true ,
22+ automerge : true ,
23+ matchManagers : [
24+ 'git-submodules'
25+ ] ,
2226 } ,
2327 ] ,
2428}
You can’t perform that action at this time.
0 commit comments