Skip to content

Commit

Permalink
Add in preliminary renovate customization options
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Ho <jujaga@gmail.com>
  • Loading branch information
jujaga committed Mar 28, 2024
1 parent 3d38be9 commit 43ece7b
Showing 1 changed file with 50 additions and 1 deletion.
51 changes: 50 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,54 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>bcgov/renovate-config"
]
],
"automerge": false,
"dependencyDashboard": true,
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"commitMessageTopic": "Node.js",
"excludePackageNames": [
"calico/node",
"docker.io/calico/node",
"kindest/node"
],
"matchDatasources": [
"docker"
],
"matchDepNames": [
"node"
],
"matchPackagePatterns": [
"/node$"
]
},
{
"groupName": "all dependencies",
"groupSlug": "all",
"lockFileMaintenance": {
"enabled": false
},
"packageRules": [
{
"groupName": "all dependencies",
"groupSlug": "all",
"matchPackagePatterns": [
"*"
]
}
],
"separateMajorMinor": false
}
],
"prConcurrentLimit": 2,
"pruneStaleBranches": false,
"schedule": [
"before 4am on the first day of the month"
],
"timezone": "America/Los_Angeles"
}

0 comments on commit 43ece7b

Please sign in to comment.