We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf28e4 commit d36967aCopy full SHA for d36967a
renovate.json
@@ -90,6 +90,22 @@
90
"JAVA_VERSION:\\s+?(?<currentValue>.*?)\\s+"
91
],
92
"extractVersionTemplate": "^(?<version>\\d+).*$"
93
+ },
94
+ {
95
+ "description": "Update repositories checked out with 'actions/checkout' and a specific ref",
96
+ "customType": "regex",
97
+ "fileMatch": [
98
+ "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
99
+ "(^|/)action\\.ya?ml$"
100
+ ],
101
+ "matchStringsStrategy": "combination",
102
+ "matchStrings": [
103
+ "uses: actions/checkout@v*\\s",
104
+ "repository: (?<depName>.*?)\\s",
105
+ "ref: (?<currentDigest>.*?)\\s"
106
107
+ "currentValueTemplate": "main",
108
+ "datasourceTemplate": "github-refs"
109
}
110
]
111
0 commit comments