Compare commits

..

4 commits

Author SHA1 Message Date
b696e093bf Update kubernetes packages to v0.30.1
All checks were successful
/ test (pull_request) Successful in 1m36s
2024-05-15 18:01:12 +00:00
195ac9a4de
additional files isn't a real thing
All checks were successful
/ test (push) Successful in 1m42s
2024-05-15 12:02:27 -05:00
8bfc77202e
Test update
All checks were successful
/ test (push) Successful in 1m39s
2024-05-15 11:58:38 -05:00
c5b91e83f2
update secrets
All checks were successful
/ test (push) Successful in 1m42s
2024-05-15 11:50:24 -05:00
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View file

@ -21,3 +21,4 @@ _test
# secrets
*.key
dnsimple-secret.yaml
.decrypted~*

View file

@ -2,5 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"regexManagers": [
{
"fileMatch": ["^Makefile$"],
"matchStrings": ["KUBEBUILDER_VERSION\\s*=\\s*\"?(?<currentValue>\\d+\\.\\d+\\.\\d+)\"?"],
"depNameTemplate": "kubebuilder",
"datasourceTemplate": "github-releases",
"packageNameTemplate": "kubernetes-sigs/kubebuilder",
"versioningTemplate": "semver"
}
]
}