We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6490b2 commit 9513c79Copy full SHA for 9513c79
1 file changed
.github/renovate.json
@@ -1,15 +1,21 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"],
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
"packageRules": [
7
- "matchManagers": ["github-actions"],
8
+ "matchManagers": [
9
+ "github-actions"
10
11
"groupName": "github-actions dependencies",
12
"automerge": true
13
}
14
],
15
"github-actions": {
16
"enabled": true,
- "fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"]
17
+ "managerFilePatterns": [
18
+ "/^\\.github/workflows/[^/]+\\.ya?ml$/"
19
+ ]
20
21
0 commit comments