-
Notifications
You must be signed in to change notification settings - Fork 348
Expand file tree
/
Copy pathdependabot.yml
More file actions
65 lines (63 loc) · 1.85 KB
/
dependabot.yml
File metadata and controls
65 lines (63 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
# Enable version updates for GitHub Actions workflows
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
ignore:
# Ignore updates for dependencies with names containing "github-script"
- dependency-name: "*github-script*"
# Enable version updates for Docker
- package-ecosystem: docker
directory: "./dockerfiles"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/maven"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/multi"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/node"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/python"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/sidekick"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/agent-discovery"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/android"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/golang"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "./dockerfiles/dotnet"
schedule:
interval: weekly
open-pull-requests-limit: 10