Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 12, 2024
1 parent 0eeae4e commit d871a03
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"semanticCommits": "enabled",
"labels": ["dependencies"],
"labels": [
"dependencies"
],
"packageRules": [
{
"groupName": "non-breaking",
"updateTypes": [
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"automergeType": "branch",
"excludePackageNames": [
"eslint-plugin-es5",
"eslint-plugin-sitegenesis"
"matchPackageNames": [
"!eslint-plugin-es5",
"!eslint-plugin-sitegenesis"
]
}
]
Expand Down

0 comments on commit d871a03

Please sign in to comment.