Skip to content

Commit 0212876

Browse files
committed
chore: postinstall for dependabot template-oss PR
1 parent d77789b commit 0212876

File tree

8 files changed

+5
-37
lines changed

8 files changed

+5
-37
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ updates:
77
directory: /
88
schedule:
99
interval: daily
10+
target-branch: "latest"
1011
allow:
1112
- dependency-type: direct
1213
versioning-strategy: increase-if-necessary

.github/settings.yml

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,36 +11,11 @@ repository:
1111
enable_vulnerability_alerts: true
1212

1313
branches:
14-
- name: main
15-
protection:
16-
required_status_checks: null
17-
enforce_admins: true
18-
required_pull_request_reviews:
19-
required_approving_review_count: 1
20-
require_code_owner_reviews: true
21-
require_last_push_approval: true
22-
dismiss_stale_reviews: true
23-
restrictions:
24-
apps: []
25-
users: []
26-
teams: [ "cli-team" ]
2714
- name: latest
2815
protection:
2916
required_status_checks: null
3017
enforce_admins: true
31-
required_pull_request_reviews:
32-
required_approving_review_count: 1
33-
require_code_owner_reviews: true
34-
require_last_push_approval: true
35-
dismiss_stale_reviews: true
36-
restrictions:
37-
apps: []
38-
users: []
39-
teams: [ "cli-team" ]
40-
- name: release/v*
41-
protection:
42-
required_status_checks: null
43-
enforce_admins: true
18+
block_creations: true
4419
required_pull_request_reviews:
4520
required_approving_review_count: 1
4621
require_code_owner_reviews: true

.github/workflows/ci-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
ref:
99
required: true
1010
type: string
11-
default: main
11+
default: latest
1212
workflow_call:
1313
inputs:
1414
ref:

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ on:
77
pull_request:
88
push:
99
branches:
10-
- main
1110
- latest
12-
- release/v*
1311
schedule:
1412
# "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
1513
- cron: "0 9 * * 1"

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ name: CodeQL
55
on:
66
push:
77
branches:
8-
- main
98
- latest
10-
- release/v*
119
pull_request:
1210
branches:
13-
- main
1411
- latest
15-
- release/v*
1612
schedule:
1713
# "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
1814
- cron: "0 10 * * 1"

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
env:
4848
PR_TITLE: ${{ github.event.pull_request.title }}
4949
run: |
50-
echo '$PR_TITLE' | npx --offline commitlint -V
50+
echo "$PR_TITLE" | npx --offline commitlint -V

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ on:
1010
type: string
1111
push:
1212
branches:
13-
- main
1413
- latest
15-
- release/v*
1614

1715
permissions:
1816
contents: write

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"templateOSS": {
4545
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
46-
"version": "4.17.0"
46+
"version": "4.18.0"
4747
}
4848
}

0 commit comments

Comments
 (0)