Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Add renovate.json

* Group non-major updates

* Don't update postgres docker tags.

* Disable docker-action updating.

* Explicitly configure enabled managers.

* Increase PRs/hour

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trey Pendragon <[email protected]>
  • Loading branch information
renovate[bot] and tpendragon authored Nov 14, 2024
1 parent d0e76d6 commit b1d7b46
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"group:allNonMajor"
],
"enabledManagers": ["asdf", "bundler", "circleci", "docker-compose", "dockerfile", "nodenv", "npm"],
"packageRules": [
{
"matchDatasources": [
"docker"
],
"matchPackagePatterns": ["postgres"],
"enabled": false
}
],
"prHourlyLimit": 3
}

0 comments on commit b1d7b46

Please sign in to comment.