We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab17735 commit 44c9c55Copy full SHA for 44c9c55
renovate.json
@@ -1,7 +1,8 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:base",
+ "config:recommended",
5
+ "helpers:pinGitHubActionDigests",
6
":dependencyDashboard",
7
":semanticCommitTypeAll(chore)"
8
],
@@ -12,6 +13,7 @@
12
13
14
"enabledManagers": [
15
"github-actions",
16
+ "pre-commit",
17
"dockerfile"
18
19
"github-actions": {
@@ -20,6 +22,12 @@
20
22
"(^|/)action\\.ya?ml$"
21
23
]
24
},
25
+ "pre-commit": {
26
+ "enabled": true,
27
+ "fileMatch": [
28
+ "(^|/)\\.pre-commit-config\\.ya?ml$"
29
+ ]
30
+ },
31
"dockerfile": {
32
"fileMatch": [
33
"(^|/|\\.)([Dd]ocker|[Cc]ontainer)file$",
0 commit comments