We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3985270 commit 2a03bd1Copy full SHA for 2a03bd1
1 file changed
.github/renovate.json
@@ -4,8 +4,7 @@
4
"config:recommended",
5
"default:pinDigestsDisabled",
6
"mergeConfidence:all-badges",
7
- "docker:disable",
8
- "github-actions:disable"
+ "docker:disable"
9
],
10
"assignees": [
11
"majewsky",
@@ -60,6 +59,19 @@
60
59
61
"dependencyDashboardApproval": true
62
},
+ {
63
+ "matchDepTypes": [
64
+ "action"
65
+ ],
66
+ "matchFileNames": [
67
+ ".github/workflows/checks.yaml",
68
+ ".github/workflows/ci.yaml",
69
+ ".github/workflows/codeql.yaml",
70
+ ".github/workflows/container-registry-ghcr.yaml",
71
+ ".github/workflows/goreleaser.yaml"
72
73
+ "enabled": false
74
+ },
75
{
76
"matchPackageNames": [
77
"/^k8s.io\\//"
0 commit comments