Skip to content

Commit

Permalink
feat(repo): add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
draconisNoctis committed Jul 2, 2024
1 parent 2567d3d commit dab6481
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:best-practices"],
"baseBranches": ["master"],
"ignoreDeps": ["@a38/biome-config", "@a38/tsconfig", "@a38/typedoc"],
"prConcurrentLimit": 10,
"prHourlyLimit": 2,
"automerge": false,
"automergeStrategy": "squash",
"packageRules": [
{ "matchUpdateTypes": ["major"] },
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}

0 comments on commit dab6481

Please sign in to comment.