Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
JourneyOver committed Dec 27, 2024
1 parent 176330b commit b3906e8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"automergeStrategy": "squash",
"automergeType": "pr",
"configMigration": true,
"dependencyDashboard": true,
"dependencyDashboardAutoclose": false,
"dependencyDashboardLabels": [
"dependencies",
"tracker"
],
"enabled": true,
"enabledManagers": [
"dockerfile",
"npm"
],
"extends": [
":rebaseStalePrs",
"config:recommended",
"group:allNonMajor",
"schedule:earlyMondays"
],
"forkProcessing": "enabled",
"labels": [
"dependencies"
],
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"suppressNotifications": [
"prIgnoreNotification"
],
"timezone": "US/Central"
}

0 comments on commit b3906e8

Please sign in to comment.