mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-05 06:25:08 +09:00
chore: Switch to GitHub-native Dependabot
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
version: 1
|
|
||||||
update_configs:
|
|
||||||
- package_manager: "javascript"
|
|
||||||
directory: "/"
|
|
||||||
update_schedule: "monthly"
|
|
||||||
automerged_updates:
|
|
||||||
- match:
|
|
||||||
dependency_type: "all"
|
|
||||||
update_type: "semver:minor"
|
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: monthly
|
||||||
|
open-pull-requests-limit: 10
|
||||||
+8
-3
@@ -12,17 +12,18 @@ pull_request_rules:
|
|||||||
- -merged
|
- -merged
|
||||||
- -closed
|
- -closed
|
||||||
- author!=dependabot[bot]
|
- author!=dependabot[bot]
|
||||||
- author!=dependabot-preview[bot]
|
|
||||||
actions:
|
actions:
|
||||||
merge:
|
merge:
|
||||||
method: squash
|
method: squash
|
||||||
strict: smart
|
strict: smart
|
||||||
strict_method: merge
|
strict_method: merge
|
||||||
|
|
||||||
- name: Automatically approve Dependabot PRs
|
- name: Automatically approve and merge Dependabot PRs
|
||||||
conditions:
|
conditions:
|
||||||
- base=master
|
- base=master
|
||||||
- author~=^dependabot(|-preview)\[bot\]$
|
- author=dependabot[bot]
|
||||||
|
- status-success=Run Unit Tests
|
||||||
|
- status-success=Semantic Pull Request
|
||||||
- -title~=(WIP|wip)
|
- -title~=(WIP|wip)
|
||||||
- -label~=(blocked|do-not-merge)
|
- -label~=(blocked|do-not-merge)
|
||||||
- -merged
|
- -merged
|
||||||
@@ -30,3 +31,7 @@ pull_request_rules:
|
|||||||
actions:
|
actions:
|
||||||
review:
|
review:
|
||||||
type: APPROVE
|
type: APPROVE
|
||||||
|
merge:
|
||||||
|
method: squash
|
||||||
|
strict: smart+fasttrack
|
||||||
|
strict_method: merge
|
||||||
|
|||||||
Reference in New Issue
Block a user