Skip to content

Commit

Permalink
chore(ci): update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed Oct 30, 2024
1 parent 4ad6103 commit aabf6a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"helpers:pinGitHubActionDigests",
":dependencyDashboard",
":semanticCommitTypeAll(chore)"
],
Expand All @@ -12,6 +13,7 @@
],
"enabledManagers": [
"github-actions",
"pre-commit",
"poetry"
],
"github-actions": {
Expand All @@ -20,6 +22,12 @@
"(^|/)action\\.ya?ml$"
]
},
"pre-commit": {
"enabled": true,
"fileMatch": [
"(^|/)\\.pre-commit-config\\.ya?ml$"
]
},
"poetry": {
"fileMatch": [
"(^|/)pyproject\\.toml$"
Expand Down

0 comments on commit aabf6a4

Please sign in to comment.