-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
28 lines (27 loc) · 1.04 KB
/
Copy pathdependabot.yml
File metadata and controls
28 lines (27 loc) · 1.04 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
version: 2
# Version updates are intentionally disabled (open-pull-requests-limit: 0):
# Dependabot no longer opens routine version-bump PRs. Security updates are
# unaffected -- they have a separate internal limit and are governed at the
# repository level (Dependabot security updates / automated security fixes are
# enabled), so PRs for vulnerable dependencies keep being opened. The ecosystem
# blocks are kept so those security PRs inherit the commit-message formatting
# below. Bump non-security versions manually when touching the relevant code.
updates:
# Go module dependencies (security updates only)
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
commit-message:
prefix: "chore"
include: "scope"
# GitHub Actions used by the release pipeline (security updates only)
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 0
commit-message:
prefix: "chore"
include: "scope"