Skip to content

Commit

Permalink
Update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Oct 19, 2023
1 parent d534c07 commit 23b511b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"flux": {
"fileMatch": ["k8s/.+\\.yaml$"]
"fileMatch": [
"^k8s/.+\\.yaml$"
]
},
"github-actions": {
"enabled": false
Expand Down

0 comments on commit 23b511b

Please sign in to comment.