Skip to content

Commit

Permalink
ci: update renovate per config migration & remove rate limits (#253)
Browse files Browse the repository at this point in the history
* ci: update renovate to remove rate limiting

* ci: update renovate to match config migration necessary
  • Loading branch information
MxNxPx authored Nov 19, 2024
1 parent d650e85 commit eecc042
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>defenseunicorns/uds-common//config/renovate.json5",
":semanticPrefixFixDepsChoreOthers",
"config:base",
"replacements:all",
"workarounds:all"
"config:recommended",
":disableRateLimiting"
],
"pre-commit": {
"enabled": true
}
"pre-commit": {"enabled": true}
}

0 comments on commit eecc042

Please sign in to comment.