Skip to content

Commit

Permalink
chore: fix workflows for new backport branch (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Nov 20, 2024
1 parent b3e455f commit 3d55d13
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,20 @@ updates:
- "Backport"
- "release/v5"
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: /
schedule:
interval: daily
target-branch: "release/v6"
allow:
- dependency-type: direct
dependency-name: "@npmcli/template-oss"
versioning-strategy: increase-if-necessary
commit-message:
prefix: deps
prefix-development: chore
labels:
- "Dependencies"
- "Backport"
- "release/v6"
open-pull-requests-limit: 10
14 changes: 14 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,17 @@ branches:
apps: []
users: []
teams: [ "cli-team" ]
- name: release/v6
protection:
required_status_checks: null
enforce_admins: true
block_creations: true
required_pull_request_reviews:
required_approving_review_count: 1
require_code_owner_reviews: true
require_last_push_approval: true
dismiss_stale_reviews: true
restrictions:
apps: []
users: []
teams: [ "cli-team" ]

0 comments on commit 3d55d13

Please sign in to comment.