File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 11{
22 $schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3- extends : [
4- "config:best-practices" ,
5- "config:recommended"
6- ] ,
3+ extends : [ "config:best-practices" , "config:recommended" ] ,
74 platformCommit : "enabled" ,
85 automerge : true ,
96 ignorePaths : [
129 // agent resources packages an OTel API that is the minimum required API version
1310 "**/prometheus-metrics-exporter-opentelemetry-otel-agent-resources/pom.xml" ,
1411 ] ,
15- labels : [
16- "dependencies"
17- ] ,
12+ labels : [ "dependencies" ] ,
1813 mackageRules : [
1914 {
20- matchPackageNames : [
21- "jdx/mise"
22- ] ,
15+ matchPackageNames : [ "jdx/mise" ] ,
2316 groupName : "mise" ,
24- schedule : [
25- "before 4am on monday"
26- ] ,
27- }
17+ schedule : [ "before 4am on monday" ] ,
18+ } ,
2819 ] ,
2920 customManagers : [
3021 {
3122 customType : "regex" ,
3223 description : "update mise" ,
3324 managerFilePatterns : [
3425 "/(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$/" ,
35- "/(^|/)action\\.ya?ml$/"
26+ "/(^|/)action\\.ya?ml$/" ,
3627 ] ,
3728 datasourceTemplate : "github-release-attachments" ,
3829 packageNameTemplate : "jdx/mise" ,
3930 depNameTemplate : "mise" ,
4031 matchStrings : [
41- "jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?"
32+ "jdx/mise-action.*\\n\\s*with:\\s*\\n\\s*version: [\"']?(?<currentValue>v[.\\d]+)[\"']?\\s*\\n\\s*sha256: [\"']?(?<currentDigest>\\w+)[\"']?" ,
4233 ] ,
4334 } ,
44- ]
35+ ] ,
4536}
You can’t perform that action at this time.
0 commit comments