fix: Add dashboard and ignore attic/boostrap
This commit is contained in:
+8
-2
@@ -1,13 +1,19 @@
|
||||
// -*- mode: jsonc -*-
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
":semanticCommitsDisabled",
|
||||
":dependencyDashboard"
|
||||
"group:allNonMajor:",
|
||||
"schedule:weekly"
|
||||
],
|
||||
"semanticCommits": "disabled",
|
||||
"lockFileMaintenance": {
|
||||
"extends": [
|
||||
"group:allNonMajor"
|
||||
]
|
||||
}
|
||||
},
|
||||
"ignorePaths": [
|
||||
"attic/"
|
||||
"bootstrap/"
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user