Skip to content

Commit 6973d54

Browse files
chore: Add renovate.json (#13)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f518e40 commit 6973d54

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2023 reactor contributors <https://github.com/ash-project/reactor/graphs.contributors>
2+
3+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)