Skip to content

Commit 0963ec4

Browse files
authored
Skip Changelog for Dependabot PRs (#1151)
Also adds GitHub Actions to Dependabot
1 parent 94adf1d commit 0963ec4

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,23 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+
labels:
13+
- "dependencies"
14+
- "php"
15+
- "Skip Changelog"
16+
- package-ecosystem: "github-actions" # See documentation for possible values
17+
directory: "/" # Location of package manifests
18+
schedule:
19+
interval: "daily"
20+
labels:
21+
- "dependencies"
22+
- "github-actions"
23+
- "Skip Changelog"
1224
- package-ecosystem: "npm" # See documentation for possible values
1325
directory: "/" # Location of package manifests
1426
schedule:
1527
interval: "daily"
28+
labels:
29+
- "dependencies"
30+
- "javascript"
31+
- "Skip Changelog"

0 commit comments

Comments
 (0)