Skip to content

Commit

Permalink
ci(fix): smaller configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Mar 25, 2024
1 parent 11e6dbc commit 23b6413
Showing 1 changed file with 7 additions and 42 deletions.
49 changes: 7 additions & 42 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Europe/Gibraltar",
"schedule": [
"before 9am on monday"
],
"extends": [
"config:base",
"schedule:weekly"
"config:best-practices"
],
"lockFileMaintenance": {
"enabled": false
},
"assignees": [
"@biomejs/maintainers",
"@biomejs/core-contributors"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": [
"github-actions"
]
},
{
"groupName": "Rust crates",
"matchManagers": [
"cargo"
],
"matchFileNames": [
"crates/**",
"xtask/**"
],
"ignoreDeps": [
"syn",
"quote"
]
},
{
"groupName": "Website",
"matchFileNames": [
"website/package.json"
],
"matchManagers": [
"npm"
]
},
{
"groupName": "@biomejs packages",
"matchFileNames": [
"packages/**"
],
"matchManagers": [
"npm"
]
}
]
}

0 comments on commit 23b6413

Please sign in to comment.