We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15882d2 commit 54c372dCopy full SHA for 54c372d
renovate.json
@@ -1,6 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
5
- ]
+ "config:recommended",
+ ":semanticCommits",
6
+ ":semanticPrefixChore",
7
+ "schedule:monthly",
8
+ ":assignee(jimsynz)",
9
+ ":rebaseStalePrs",
10
+ ":enableVulnerabilityAlerts",
11
+ ":disableDependencyDashboard"
12
+ ],
13
+ "rebaseWhen": "behind-base-branch",
14
+ "enabledManagers": ["asdf"]
15
}
renovate.json.license
@@ -0,0 +1,6 @@
+SPDX-FileCopyrightText: 2023 Alembic Pty
+SPDX-FileCopyrightText: 2023 Alembic Pty Ltd
+SPDX-FileCopyrightText: 2023 James Harton
+SPDX-FileCopyrightText: 2023 Zach Daniel
+
+SPDX-License-Identifier: MIT
0 commit comments