Initial Commit
This commit is contained in:
22
renovate.json
Normal file
22
renovate.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:base",
|
||||
"renovatebot/renovate-config",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
// "automerge": true,
|
||||
// "automergeType": "branch",
|
||||
// "automergeStrategy": "rebase",
|
||||
// "commitBodyTable": true,
|
||||
// "ignoreTests": true,
|
||||
// "major": {
|
||||
// "automerge": false,
|
||||
// "dependencyDashboardApproval": true,
|
||||
// "commitMessagePrefix": "chore(deps-major): ",
|
||||
// "labels": ["dependencies", "breaking"]
|
||||
// },
|
||||
// "ignorePaths": [
|
||||
// "terraform/"
|
||||
// ]
|
||||
}
|
Reference in New Issue
Block a user