-
Notifications
You must be signed in to change notification settings - Fork 75
/
dependabot.yml
53 lines (51 loc) · 1.17 KB
/
dependabot.yml
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
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# run these when most of our developers don't work
day: "sunday"
timezone: "Europe/Berlin"
open-pull-requests-limit: 3
commit-message:
prefix: "[no-test]"
labels:
- "node_modules"
groups:
eslint:
patterns:
- "eslint*"
esbuild:
patterns:
- "esbuild*"
patternfly:
patterns:
- "@patternfly*"
react:
patterns:
- "react*"
stylelint:
patterns:
- "stylelint*"
types:
patterns:
- "@types*"
- "types*"
xterm:
patterns:
- "@xterm*"
ignore:
# needs to be done in Cockpit first
- dependency-name: "@patternfly/*"
update-types: ["version-update:semver-major"]
# https://github.com/cockpit-project/cockpit/issues/21151
- dependency-name: "sass"
versions: ["1.80.x", "2.x"]
- package-ecosystem: "github-actions"
directory: "/"
open-pull-requests-limit: 3
labels:
- "no-test"
schedule:
interval: "weekly"