Skip to content

Commit

Permalink
renovate kubernetes test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianLempa committed Oct 12, 2024
1 parent 8fcf7c4 commit 8d7faec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/nginx-http/nginx-http-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: nginx-http
image: nginx
image: nginx:1.14.2
ports:
- name: web
containerPort: 80
Expand Down
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
"labels": [
"renovate"
],
"kubernetes": {
"fileMatch": ["(^|/)kubernetes/.+\/[^\/]+\\.ya?ml$"]
},
"packageRules": [
{
"groupName": "devDependencies (non-major)",
Expand Down

0 comments on commit 8d7faec

Please sign in to comment.