Skip to content

Commit 770e62b

Browse files
Broaden Dependabot ignore rule to all GitHub Actions
Apply the existing patch+minor ignore rule to every action via a wildcard `dependency-name`, instead of only `crate-ci/typos`. This suppresses the per-patch PR noise (e.g. TagBot 1.25.6 -> 1.25.7) and keeps PRs limited to major bumps. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent d108c78 commit 770e62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ updates:
66
schedule:
77
interval: "weekly"
88
ignore:
9-
- dependency-name: "crate-ci/typos"
9+
- dependency-name: "*"
1010
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

0 commit comments

Comments
 (0)