Skip to content

Commit

Permalink
Group Dependabot updates (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen authored Nov 30, 2023
2 parents 3f2ceb4 + ef2911c commit 9ff6092
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ updates:
- actions
schedule:
interval: monthly
groups:
actions-minor:
update-types:
- minor
- patch

- package-ecosystem: npm
directory: /
Expand All @@ -15,3 +20,13 @@ updates:
- npm
schedule:
interval: monthly
groups:
npm-development:
dependency-type: development
update-types:
- minor
- patch
npm-production:
dependency-type: production
update-types:
- patch
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@github/local-action",
"description": "Debug a local GitHub Action",
"version": "0.1.4",
"version": "0.1.5",
"author": "Nick Alteen <[email protected]>",
"private": false,
"homepage": "https://github.com/github/local-action",
Expand Down

0 comments on commit 9ff6092

Please sign in to comment.