Skip to content

Commit

Permalink
Configure Renovate (#47)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* chore(deps): tweak Renovate config

* chore(deps): configure Renovate to add dependencies label

* chore(deps): configure Renovate to bump version on package.json

* chore(deps): re-enable Renovate pinning

* chore(deps): re-add Renovate schedule

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alejandro González <AlexTMjugador@users.noreply.github.com>
  • Loading branch information
renovate[bot] and AlexTMjugador committed Jul 14, 2022
1 parent 2cb0014 commit 0d9afca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"addLabels": ["dependencies"],
"schedule": ["on monday"],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 0d9afca

Please sign in to comment.