Skip to content

Commit

Permalink
chore(renovate): pin the ignored packages [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 21, 2024
1 parent ea49034 commit d511d1f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,18 @@
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "devDependencies",
"semanticCommitType": "chore",
"automerge": true,
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
"automerge": true
},
{
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["major", "minor", "patch", "pin", "digest", "lockFileMaintenance", "rollback", "bump"],
"groupName": "dependencies",
"semanticCommitType": "fix",
"matchPackageNames": ["!eslint", "!numerous", "!execa"]
"semanticCommitType": "fix"
},
{
"matchDatasources": ["npm"],
"matchPackageNames": ["eslint", "numerous", "execa"],
"rangeStrategy": "pin"
}
]
}

0 comments on commit d511d1f

Please sign in to comment.