Skip to content

Commit

Permalink
feat(integration/repo): add renovate config (#642)
Browse files Browse the repository at this point in the history
Only after this PR is merged head over to
https://github.com/apps/renovate and configure your repo to use it. You
should start to see some PRs roll in for updates if any are found. If
you do that before the PR is merged renovate will open a PR and that one
should be closed in favor of this one.

---------

Co-authored-by: Michael Goodnow <mmgoodnow@gmail.com>
  • Loading branch information
onedr0p and mmgoodnow committed Apr 20, 2024
1 parent 3847cc3 commit 52ec1c5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableRateLimiting"],
"minimumReleaseAge": "90 days"
}

0 comments on commit 52ec1c5

Please sign in to comment.