Skip to content

Commit

Permalink
security/cms updates via dependabot, else renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart committed Sep 4, 2019
1 parent 13dccba commit 4420e4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.
7 changes: 6 additions & 1 deletion .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ version: 1
update_configs:
- package_manager: javascript
directory: /
update_schedule: weekly
update_schedule: live
allowed_updates:
- match:
update_type: security
- match:
dependency_name: netlify-cms*
automerged_updates:
- match:
dependency_type: all
Expand Down
15 changes: 1 addition & 14 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
{
"extends": [
"config:base"
],
"rangeStrategy": "replace",
"lockFileMaintenance": {
"enabled": true,
"extends": "schedule:weekly"
},
"packageRules": [
{
"packageNames": ["netlify-cms"],
"rangeStrategy": "bump"
}
]
"extends": ["github>netlify-templates/netlify-cms-renovate-config"]
}

0 comments on commit 4420e4c

Please sign in to comment.