-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[bot] created local '.github/renovate.json' from remote 'sources/gith…
…ub-actions/renovate.json' Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
- Loading branch information
1 parent
03159da
commit dd9b199
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"assigneesFromCodeOwners": true, | ||
"automerge": true, | ||
"branchPrefix": "dependencies/", | ||
"commitBodyTable": true, | ||
"configMigration": true, | ||
"configWarningReuseIssue": false, | ||
"extends": [ | ||
"config:base" | ||
], | ||
"labels": [ | ||
"dependencies", | ||
"automated" | ||
], | ||
"lockFileMaintenance": { | ||
"enabled": true, | ||
"schedule": [ | ||
"after 11am and before 8pm on monday" | ||
] | ||
}, | ||
"packageRules": [ | ||
{ | ||
"matchDatasources": [ | ||
"npm" | ||
], | ||
"minimumReleaseAge": "3 days" | ||
} | ||
], | ||
"rebaseWhen": "behind-base-branch", | ||
"reviewersFromCodeOwners": true, | ||
"schedule": [ | ||
"after 11am and before 8pm every weekday" | ||
], | ||
"timezone": "America/Chicago" | ||
} |