Skip to content

Commit 44c9c55

Browse files
committed
chore(ci): update renovate config
1 parent ab17735 commit 44c9c55

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
5+
"helpers:pinGitHubActionDigests",
56
":dependencyDashboard",
67
":semanticCommitTypeAll(chore)"
78
],
@@ -12,6 +13,7 @@
1213
],
1314
"enabledManagers": [
1415
"github-actions",
16+
"pre-commit",
1517
"dockerfile"
1618
],
1719
"github-actions": {
@@ -20,6 +22,12 @@
2022
"(^|/)action\\.ya?ml$"
2123
]
2224
},
25+
"pre-commit": {
26+
"enabled": true,
27+
"fileMatch": [
28+
"(^|/)\\.pre-commit-config\\.ya?ml$"
29+
]
30+
},
2331
"dockerfile": {
2432
"fileMatch": [
2533
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",

0 commit comments

Comments
 (0)