Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Nov 22, 2023
1 parent 58d4c75 commit e797acc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"reviewers": ["team:engineering"],
"packageRules": [
{
"groupName": "all non-major dev dependencies",
"groupSlug": "all-minor-patch-dev",
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"packageNames": ["node"],
"enabled": false
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit e797acc

Please sign in to comment.