Skip to content

Commit

Permalink
🤖 Fix renovate file
Browse files Browse the repository at this point in the history
```
Error type: The renovate configuration file contains some invalid settings
Message: packageRules[3]: Each packageRule must contain at least one match* or exclude* selector. Rule: {"rebaseWhen":"conflicted"}
```
  • Loading branch information
Zeeshan Ali Khan committed Feb 19, 2024
1 parent c428483 commit b4b60b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"automerge": true,
"rebaseWhen": "conflicted"
}
]
Expand Down

0 comments on commit b4b60b3

Please sign in to comment.