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 debee57 commit b15ac64Copy full SHA for b15ac64
.github/dependabot.yml
renovate.json
@@ -0,0 +1,13 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "github>nginxinc/k8s-common",
5
+ "schedule:monthly"
6
+ ],
7
+ "kubernetes": {
8
+ "fileMatch": [
9
+ "kubernetes-demo-nginx-ingress-resources/.+\\.yaml$"
10
+ ]
11
+ },
12
+ "ignorePresets": ["helpers:pinGitHubActionDigests"]
13
+}
0 commit comments