Skip to content

Commit

Permalink
Update global workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow authored Sep 19, 2023
1 parent 1fddd85 commit 478b6d2
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":disableDependencyDashboard"
],
"flux": {
"fileMatch": ["k8s/.+\\.yaml$"]
},
"github-actions": {
"enabled": false
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableDependencyDashboard"],
"flux": {
"fileMatch": ["k8s/.+\\.yaml$"]
},
"github-actions": {
"enabled": false
}
}

0 comments on commit 478b6d2

Please sign in to comment.