Skip to content

Commit

Permalink
chore: fix renovate config (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli authored Nov 9, 2023
1 parent aef945c commit a797bbf
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"local>cognitedata/renovate-config-public",
":automergeMinor"
],
"packageRules": [
{
Expand All @@ -12,5 +13,9 @@
],
"vulnerabilityAlerts": {
"enabled": true
}
},
"labels": [
"dependencies",
"auto-merge"
]
}

0 comments on commit a797bbf

Please sign in to comment.