Skip to content

Commit

Permalink
[bot] synced file(s) with Wall-Brew-Co/rebroadcast (#106)
Browse files Browse the repository at this point in the history
[bot] created local '.github/renovate.json' from remote 'sources/github-actions/renovate.json'

Sourced from: https://github.com/Wall-Brew-Co/rebroadcast
  • Loading branch information
WallBrewBot authored Oct 3, 2024
1 parent 04c26d6 commit e8d0bda
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/renovate.json
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"
}

0 comments on commit e8d0bda

Please sign in to comment.