This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new a0af4ef9e chore(dependabot): don't update checkstyle for 2.x
a0af4ef9e is described below
commit a0af4ef9e7acc9e6a23cfb0bfd0b5b4158bffa94
Author: lprimak <[email protected]>
AuthorDate: Tue Jun 16 15:24:03 2026 -0500
chore(dependabot): don't update checkstyle for 2.x
---
.github/dependabot.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index da908adf1..407c1d16b 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -53,6 +53,9 @@ updates:
- dependency-name: "org.aspectj:*"
update-types: [ "version-update:semver-patch" ]
+ - dependency-name: "com.puppycrawl.tools:checkstyle"
+ update-types: [ "version-update:semver-major" ]
+
- dependency-name: "org.springframework*:*"
update-types: [ "version-update:semver-major" ]
- dependency-name: "com.flowlogix:flowlogix-jee"