Skip to content

Commit

Permalink
package renovate configs are deprecated (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
philihp authored Jul 24, 2024
1 parent 736db49 commit 82d6044
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
{
"extends": ["@philihp"]
"extends": [
"config:base"
],
"schedule": [
"every weekend"
],
"dependencyDashboard": true,
"dependencyDashboardTitle": "Independency Dashboard",
"transitiveRemediation": true,
"packageRules": [
{
"semanticCommits": "enabled"
},
{
"updateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"depTypeList": [
"devDependencies"
],
"automerge": true
}
]
}

0 comments on commit 82d6044

Please sign in to comment.