Skip to content

Commit

Permalink
chore: add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liby committed Aug 15, 2024
1 parent 4856dae commit 39fd06d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@octokit/types": "^13.5.0",
"@types/bun": "latest",
"typescript": "^5.0.0"
"@octokit/types": "13.5.0",
"@types/bun": "1.1.6",
"typescript": "5.5.4"
},
"dependencies": {
"@octokit/request": "^9.1.3"
}
"@octokit/request": "9.1.3"
},
"packageManager": "[email protected]"
}
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly",
":maintainLockFilesMonthly",
":pinAllExceptPeerDependencies",
":semanticCommits"
],
"packageRules": [
{
"description": "Automerge non-major updates",
"groupName": "Automerge Non-major Updates",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"matchUpdateTypes": ["lockFileMaintenance"],
"automerge": true
}
],
"platformAutomerge": true,
"prCreation": "immediate",
"rangeStrategy": "auto"
}

0 comments on commit 39fd06d

Please sign in to comment.