Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a883fc commit 5eb11dbCopy full SHA for 5eb11db
.github/dependabot.yaml
@@ -6,6 +6,7 @@ updates:
6
interval: "weekly"
7
time: "06:00"
8
timezone: "America/Chicago"
9
+ labels:
10
commit-message:
11
prefix: "chore"
12
ignore:
@@ -33,8 +34,6 @@ updates:
33
34
35
36
labels:
- - "dependencies"
37
- - "go"
38
39
- package-ecosystem: "npm"
40
directory: "/site/"
@@ -45,8 +44,6 @@ updates:
45
44
46
47
48
49
- - "typescript/js"
50
51
# Ignore major updates to Node.js types, because they need to
52
# correspond to the Node.js engine version
@@ -63,8 +60,6 @@ updates:
63
60
64
61
65
62
66
67
- - "terraform"
68
69
# We likely want to update this ourselves.
70
- dependency-name: "coder/coder"
0 commit comments