Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/trutoo/event-bus
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiftwork committed Oct 3, 2022
2 parents 8879731 + 6cd79cd commit c1d5015
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 deletions .github/renovate.json
@@ -1,15 +1,26 @@
{
"extends": ["config:base"],
"extends": [
"config:base"
],
"packageRules": [
{
"packagePatterns": ["*"],
"enabled": false
},
"packagePatterns": [
"*"
],
"enabled": false
},
{
"matchDepTypes": ["dependencies"],
"labels": [
"dependencies"
],
"matchDepTypes": [
"dependencies"
],
"automerge": true,
"schedule": ["after 9pm on sunday"],
"enabled": true
"schedule": [
"after 9pm on sunday"
],
"enabled": true
}
]
}

0 comments on commit c1d5015

Please sign in to comment.