Skip to content

Commit

Permalink
Apply renovate every month and ignore **/dev/**
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Aug 14, 2023
1 parent 79ef864 commit b97cc17
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@
"docker:disable",
":gitSignOff",
":separateMultipleMajorReleases",
":automergePatch",
":maintainLockFilesDisabled"
],
"schedule": ["every weekend"],
"schedule": ["every 3 months on the first day of the month"],
"npm": {
"enabled": false
},
Expand All @@ -24,5 +23,5 @@
"addLabels": ["dependencies", "renovate"]
}
],
"ignorePaths": ["**/chart/**"]
"ignorePaths": ["**/chart/**", "**/dev/**"]
}

0 comments on commit b97cc17

Please sign in to comment.