Skip to content

Commit

Permalink
lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Dec 17, 2024
1 parent 0807662 commit f9dbe8b
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,24 @@
assignAutomerge: true,
gitAuthor: "Mr.Bot <[email protected]>",

// Functinality
// Functionality
baseBranches: ["master"],
rebaseWhen: "conflicted",
pinDigests: true,
prConcurrentLimit: 100,
semanticCommits: "enabled",
commitMessageTopic: "{{depName}}",
commitMessageExtra: "to {{newVersion}}",
lockFileMaintenance: { enabled: true },
packageRules: [
{
"matchManagers": ["npm"],
updateTypes: ["patch" ,"minor", "major"],
enabled: true
matchManagers: ["npm"],
updateTypes: ["patch", "minor", "major"],
enabled: true,
},
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
matchUpdateTypes: ["minor", "patch", "pin", "digest"],
automerge: true,
},
// Labels
{
Expand All @@ -45,12 +46,12 @@
{
matchUpdateTypes: ["minor"],
addLabels: ["minor"],
"groupName": "non-major",
groupName: "non-major",
},
{
matchUpdateTypes: ["patch"],
addLabels: ["patch"],
"groupName": "non-major",
groupName: "non-major",
},
],
}

0 comments on commit f9dbe8b

Please sign in to comment.