We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0055408 commit eded015Copy full SHA for eded015
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
"notandy",
@@ -62,6 +61,19 @@
62
61
63
"dependencyDashboardApproval": true
64
},
+ {
65
+ "matchDepTypes": [
66
+ "action"
67
+ ],
68
+ "matchFileNames": [
69
+ ".github/workflows/checks.yaml",
70
+ ".github/workflows/ci.yaml",
71
+ ".github/workflows/codeql.yaml",
72
+ ".github/workflows/helm-oci-package-ghcr.yaml",
73
+ ".github/workflows/container-registry-ghcr.yaml"
74
75
+ "enabled": false
76
+ },
77
{
78
"matchPackageNames": [
79
"/^k8s.io\\//"
0 commit comments