Skip to content

Commit 507018b

Browse files
author
Alex Johnson
authored
chore: tools (skip-mev#8)
* mergify * dependabot
1 parent 7f3da3d commit 507018b

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

.github/dependabot.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Please see the documentation for all configuration options:
2+
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: github-actions
7+
directory: "/"
8+
schedule:
9+
interval: weekly
10+
11+
- package-ecosystem: gomod
12+
directory: "/"
13+
schedule:
14+
interval: weekly
15+
labels:
16+
- dependencies
17+
open-pull-requests-limit: 3
18+
target-branch: "sdk-v50"
19+
20+
- package-ecosystem: gomod
21+
directory: "/"
22+
schedule:
23+
interval: weekly
24+
labels:
25+
- dependencies
26+
open-pull-requests-limit: 3
27+
target-branch: "sdk-47"

.mergify.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
queue_rules:
2+
- name: default
3+
conditions:
4+
- "#approved-reviews-by>1"
5+
6+
pull_request_rules:
7+
- name: backport patches to sdk-47 branch
8+
conditions:
9+
- base=sdk-v50
10+
- label=backport
11+
actions:
12+
backport:
13+
branches:
14+
- sdk-47

0 commit comments

Comments
 (0)