Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jashparekh authored Oct 18, 2022
1 parent babd203 commit 331cfe4
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",

"labels": [
"renovate/{{depName}}"
],
"extends": [
"config:base"
"config:base",
"schedule:earlyMondays",
":dependencyDashboard",
":rebaseStalePrs"
],

"enabledManagers": [
"enabledManagers": [
"docker-compose",
"github-actions",
"pip_requirements",
"setup-cfg"
"pip_requirements"
]

}

0 comments on commit 331cfe4

Please sign in to comment.