File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
1
version : 2
7
2
updates :
8
3
- package-ecosystem : " github-actions"
9
4
target-branch : " master"
10
5
directory : " /"
11
6
schedule :
12
- interval : " daily "
7
+ interval : " weekly "
13
8
open-pull-requests-limit : 10
14
9
labels :
15
10
- dependencies
16
11
- package-ecosystem : " docker"
17
12
target-branch : " master"
18
- directory : " /build "
13
+ directory : " /"
19
14
schedule :
20
- interval : " daily "
15
+ interval : " weekly "
21
16
open-pull-requests-limit : 10
22
17
labels :
23
18
- dependencies
24
19
- package-ecosystem : " gomod"
25
20
target-branch : " master"
26
21
directory : " /"
27
22
schedule :
28
- interval : " daily "
23
+ interval : " weekly "
29
24
open-pull-requests-limit : 10
30
25
labels :
31
26
- dependencies
Original file line number Diff line number Diff line change 1
1
name : Tests
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ branches :
6
+ - master
7
+ push :
8
+ branches :
9
+ - master
4
10
5
11
jobs :
6
12
test :
You can’t perform that action at this time.
0 commit comments