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 750829d commit b3047feCopy full SHA for b3047fe
.github/renovate.json
@@ -1,10 +1,13 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>Boshen/renovate"],
+ "extends": ["github>Boshen/renovate", "helpers:pinGitHubActionDigestsToSemver"],
4
+ "lockFileMaintenance": {
5
+ "enabled": true
6
+ },
7
"packageRules": [
8
9
"groupName": "oxc",
- "matchPackagePrefixes": ["oxc"],
10
+ "matchDepNames": ["oxc"],
11
"schedule": ["at any time"],
12
"automergeType": "pr",
13
"rangeStrategy": "bump"
0 commit comments