Skip to content

Commit

Permalink
chore: postinstall for dependabot template-oss PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys committed Dec 7, 2023
1 parent 0bd24d9 commit 816c7b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Expand Up @@ -16,6 +16,7 @@ updates:
prefix-development: chore
labels:
- "Dependencies"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: /
schedule:
Expand All @@ -32,6 +33,7 @@ updates:
- "Dependencies"
- "Backport"
- "release/v5"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: /
schedule:
Expand All @@ -48,3 +50,4 @@ updates:
- "Dependencies"
- "Backport"
- "release/v6"
open-pull-requests-limit: 10
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -53,7 +53,7 @@
"author": "GitHub Inc.",
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.21.1",
"version": "4.21.3",
"engines": ">=10",
"distPaths": [
"classes/",
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Expand Up @@ -30,7 +30,7 @@
"type": "chore",
"section": "Chores",
"hidden": false,
"collapse": true
"collapse": false
}
],
"packages": {
Expand Down

0 comments on commit 816c7b2

Please sign in to comment.