Skip to content

Commit

Permalink
Migrate config renovate.json5 (#777)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 3a0b685 commit a083d3b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"extends": [
"config:base",
"group:all",
extends: [
'config:recommended',
'group:all',
],
"schedule": "before 5am every weekday",
"argocd": {
"fileMatch": ["src/applications/.*/deploy/argocd/application.*\\.yaml"]
}
schedule: 'before 5am every weekday',
argocd: {
fileMatch: [
'src/applications/.*/deploy/argocd/application.*\\.yaml',
],
},
}

0 comments on commit a083d3b

Please sign in to comment.