Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit acc1e67

Browse files
authored
ci(.github/dependabot.yaml): delete dependabot ignore rules for actions (#16443)
Removed dependabot ignore rules for `actions/*` and `marocchino/sticky-pull-request-comment` GitHub Actions. Change-Id: I3288c813c777e7045616f29d265c0860268ece4c Signed-off-by: Thomas Kosiewski <[email protected]>
1 parent 7f44189 commit acc1e67

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/dependabot.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,6 @@ updates:
99
labels: []
1010
commit-message:
1111
prefix: "ci"
12-
ignore:
13-
# These actions deliver the latest versions by updating the major
14-
# release tag, so ignore minor and patch versions
15-
- dependency-name: "actions/*"
16-
update-types:
17-
- version-update:semver-minor
18-
- version-update:semver-patch
19-
- dependency-name: "Apple-Actions/import-codesign-certs"
20-
update-types:
21-
- version-update:semver-minor
22-
- version-update:semver-patch
23-
- dependency-name: "marocchino/sticky-pull-request-comment"
24-
update-types:
25-
- version-update:semver-minor
26-
- version-update:semver-patch
2712
groups:
2813
github-actions:
2914
patterns:

0 commit comments

Comments
 (0)