Skip to content

Commit

Permalink
ci(deps): use renovate for deps mgmt (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tyler Miller <tmillr@proton.me>
  • Loading branch information
renovate[bot] and tmillr committed Dec 20, 2022
1 parent ef9fa2e commit aa582e6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"matchDatasources": ["npm"],
"stabilityDays": 3
},
{
"matchDepTypes": ["peerDependencies"],
"rangeStrategy": "auto"
},
{
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "pin"
},
{
"matchPackagePrefixes": ["@actions"],
"prPriority": 5,
"schedule": ["at any time"]
}
],
"assignees": ["tmillr"],
"configMigration": true,
"dependencyDashboard": true,
"dependencyDashboardLabels": ["dependencies"],
"labels": ["dependencies"],
"lockFileMaintenance": { "enabled": true },
"platformCommit": true,
"printConfig": true,
"rangeStrategy": "pin",
"rollbackPrs": true,
"semanticCommitScope": "{{parentDir}}",
"semanticCommitType": "deps",
"semanticCommits": "enabled",
"timezone": "US/Pacific",
"transitiveRemediation": true
}

0 comments on commit aa582e6

Please sign in to comment.