We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db1707 commit 58d722aCopy full SHA for 58d722a
1 file changed
.github/renovate.json
@@ -1,21 +1,15 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ],
6
- "schedule": [
7
- "before 9am on monday"
8
9
- "commitMessagePrefix": "fix(deps): ",
10
- "packageRules": [
11
- {
12
- "groupName": "all",
13
- "matchPackageNames": [
14
- "*"
15
- ]
16
- }
17
18
- "github-actions": {
19
- "enabled": true
20
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": ["config:recommended"],
+ "schedule": ["before 9am on monday"],
+ "commitMessagePrefix": "fix(deps): ",
+ "packageRules": [
+ {
+ "groupName": "all",
+ "matchPackageNames": ["*"]
+ }
+ ],
+ "github-actions": {
+ "enabled": true
21
}
0 commit comments