Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Dec 10, 2024
1 parent 4996052 commit 18358d1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/renovate.json5

This file was deleted.

26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"schedule": ["at any time"],
"dependencyDashboard": true,
"enabledManagers": [
"cargo"
],
"forkProcessing": "enabled",
"ignorePaths": [
"compiler/**",
"library/**",
"tests/**"
],
"packageRules": [{
"matchFileNames": ["src/**"],
"enabled": false
},{
"matchFileNames": ["src/bootstrap/Cargo.toml"],
"enabled": true,
"groupName": "bootstrap Cargo.lock"
}],
"rangeStrategy": "in-range-only",
"lockFileMaintenance": {
"enabled": true
}
}

0 comments on commit 18358d1

Please sign in to comment.