Skip to content

Commit 8a51945

Browse files
authored
Merge pull request #1291 from smallrye/ci/dependabot-ignore-micrometer-3.x
fix(ci): ignore io.micrometer upgrades in the 3.x branch
2 parents 1fe90b8 + b6fc6d3 commit 8a51945

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ updates:
3535
open-pull-requests-limit: 10
3636
commit-message:
3737
prefix: "build(deps)"
38+
ignore:
39+
- dependency-name: "io.micrometer:*"
3840
groups:
3941
minor-and-patch:
4042
update-types:

0 commit comments

Comments
 (0)