Skip to content

Commit

Permalink
feat(Terraform): ignore Cloudflare upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel authored Oct 26, 2024
1 parent 7db768c commit 31a29f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,17 @@
"automerge": true,
"minimumReleaseAge": "7 days",
"internalChecksFilter": "strict",
"schedule": [
"before 7am on Tuesday"
],
"schedule": ["before 7am on Tuesday"],
"matchPackageNames": [
"*",
"!@biomejs/biome",
"!postgres",
"!cloudflare"
"!cloudflare/cloudflare"
]
}
],
"configMigration": true,
"osvVulnerabilityAlerts": true,
"configMigration": true,
"prHourlyLimit": 10,
"prConcurrentLimit": 5,
"branchConcurrentLimit": 5,
Expand Down

0 comments on commit 31a29f2

Please sign in to comment.