Skip to content

Commit

Permalink
Use Renovate for npm dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Dec 11, 2023
1 parent 4ccfdce commit 81f5866
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ updates:
schedule:
interval: daily

- package-ecosystem: npm
directory: '/'
schedule:
interval: daily
# Managed by renovate
# - package-ecosystem: npm
# directory: '/'
# schedule:
# interval: daily
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"labels": ["dependencies"],
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true
},
"github-actions": {
"enabled": false
}
}

0 comments on commit 81f5866

Please sign in to comment.