Skip to content

Commit

Permalink
chore: add gitlabci manager config for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Feb 28, 2024
1 parent 69957a4 commit f363acc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
"config:best-practices",
":maintainLockFilesWeekly"
],
"gitlabci": {
"fileMatch": [
"^.gitlab/workflows/.*\\.yml$"
]
},
"ignorePaths": [
"**/template/**"
]
Expand Down

0 comments on commit f363acc

Please sign in to comment.