Skip to content

Commit

Permalink
chore: automate updating devDependencies (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwotherspoon committed Apr 26, 2024
1 parent f6af1ee commit 6625eec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
{
"matchManagers": ["github-actions"],
"groupName": "dependencies for github"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": "devDependencies (non-major)",
"schedule": ["on monday", "after 1am and before 7am"]
}
],
"ignoreDeps": ["typescript"]
Expand Down

0 comments on commit 6625eec

Please sign in to comment.