File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 shared-presets :
1414 runs-on : ubuntu-latest
1515 env :
16- FILES : " default.json whiskers.json .github/renovate.json"
16+ FILES : " default.json whiskers.json5 .github/renovate.json"
1717 steps :
1818 - uses : actions/checkout@v4
1919 - run : echo $FILES | xargs npx --package renovate@${{env.RENOVATE_VERSION}} -- renovate-config-validator
Original file line number Diff line number Diff line change 44 " config:recommended" ,
55 " mergeConfidence:all-badges" ,
66 " github>Omochice/renovate-config:deno" ,
7- " github>catppuccin/renovate-config// whiskers"
7+ " github>catppuccin/renovate-config: whiskers.json5 "
88 ]
99}
Original file line number Diff line number Diff line change 1818 "^.*.tera$"
1919 ] ,
2020 "matchStrings" : [
21- " ( *)? version: (?<currentValue>.*?) \n "
21+ ' version: "? (?<currentValue>[^"\n]*)"?'
2222 ] ,
2323 "depNameTemplate" : "catppuccin/whiskers" ,
2424 "extractVersionTemplate" : "^v?(?<version>.*)$" ,
25- "versioningTemplate" : " npm " ,
25+ "versioningTemplate" : "cargo " ,
2626 "datasourceTemplate" : "github-tags"
2727 } ,
2828 {
3131 "^.*.yml$"
3232 ] ,
3333 "matchStrings" : [
34- " ( *)? whiskers-version: (?<currentValue>.*?) \n "
34+ ' whiskers-version: "? (?<currentValue>[^"\n]*)"?'
3535 ] ,
3636 "depNameTemplate" : "catppuccin/whiskers" ,
3737 "extractVersionTemplate" : "^v?(?<version>.*)$" ,
38- "versioningTemplate" : " npm " ,
38+ "versioningTemplate" : "cargo " ,
3939 "datasourceTemplate" : "github-tags"
4040 }
4141 ]
You can’t perform that action at this time.
0 commit comments