Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
chore(renovate): auto merge deps, define managers
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jan 4, 2025
1 parent 6a40ac4 commit c3fcc7a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":semanticCommits", ":enablePreCommit"],
"ignorePaths": ["assets/**"]
"ignorePaths": ["assets/**"],
"enabledManagers": ["pep621", "pre-commit", "github-actions"],
"automergeType": "branch",
"automerge": true,
"packageRules": [
{
"description": "Automerge non-major updates for deps",
"matchDepTypes": ["dependencies"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"description": "Automerge non-major updates for dev deps",
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"]
}
]
}

0 comments on commit c3fcc7a

Please sign in to comment.