Skip to content

Commit

Permalink
Merge pull request #606 from stavros-k/lock
Browse files Browse the repository at this point in the history
Lock
  • Loading branch information
stavros-k authored Dec 17, 2024
2 parents edf13ee + f9dbe8b commit 00d7383
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 837 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",
},
],
}
Loading

0 comments on commit 00d7383

Please sign in to comment.