Skip to content

Commit

Permalink
ci: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackDark committed Jul 30, 2024
1 parent 9d22af8 commit 007a6e8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

29 changes: 29 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
"regexManagers:githubActionsVersions",
"schedule:monthly",
":prConcurrentLimitNone",
":prHourlyLimitNone",
":pinVersions",
],
labels: ["dependencies"],
packageRules: [
{
matchUpdateTypes: ["minor", "patch", "pin"],
automerge: true,
addLabels: ["automerge"],
},
{
groupName: "devDependencies (non-major)",
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["patch", "minor"],
},
{
groupName: "dependencies (non-major)",
matchDepTypes: ["dependencies"],
matchUpdateTypes: ["patch", "minor"],
},
],
}

0 comments on commit 007a6e8

Please sign in to comment.