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 5460956 commit ff11bc0Copy full SHA for ff11bc0
1 file changed
.github/renovate.json
@@ -6,15 +6,14 @@
6
"commitMessageTopic": "{{depName}}",
7
"extends": [
8
"config:recommended",
9
- "schedule:weekly"
+ "schedule:weekly",
10
+ ":semanticCommitsDisabled"
11
],
12
+ "ignoreDeps": ["php"],
13
"packageRules": [
14
{
- "matchUpdateTypes": [
- "minor",
15
- "patch",
16
- "pin"
17
- ]
+ "groupName": "GitHub Actions",
+ "matchManagers": ["github-actions"]
18
},
19
20
"groupName": "roots/wordpress",
0 commit comments