-
Notifications
You must be signed in to change notification settings - Fork 173
/
Copy pathdependabot.yaml
39 lines (38 loc) · 973 Bytes
/
dependabot.yaml
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
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
groups:
gomod-breaking:
update-types:
- major
gomod-backward-compatible:
update-types:
- minor
- patch
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels: ["dependencies"]
groups:
github-actions-breaking:
update-types:
- major
github-actions-backward-compatible:
update-types:
- minor
- patch
# only update internal github actions, external github actions are handled
# by https://github.com/hashicorp/security-tsccr/tree/main/automation
allow:
- dependency-name: "hashicorp/*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"