mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 03:09:19 +01:00
chore(renovate): prevent special characters in branch name
This commit is contained in:
2
.github/renovate.json5
vendored
2
.github/renovate.json5
vendored
@@ -21,4 +21,6 @@
|
||||
automerge: false,
|
||||
baseBranches: ["dev"],
|
||||
dependencyDashboard: false,
|
||||
// prevent special characters in branch names (otherwise git errors occur on windows)
|
||||
branchNameStrict: true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user