Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…plates into ghactions
  • Loading branch information
ronpal committed Oct 16, 2023
2 parents cdffcd4 + 8b26ee2 commit 865f090
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>cognitedata/renovate-config"
]
}
"local>cognitedata/renovate-config-public"
],
"packageRules": [
{
"matchDatasources": ["npm"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"schedule": [
"after 10pm every weekday",
"before 5am every weekday"
]
}
]
}

0 comments on commit 865f090

Please sign in to comment.