This is an automated email from the ASF dual-hosted git repository.
vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
The following commit(s) were added to refs/heads/main by this push:
new 0a8b242 Fix dependabot ignores
0a8b242 is described below
commit 0a8b242464f7f530dfb6d52ed4bdcf565fdaf2fd
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Apr 17 12:56:56 2024 +0200
Fix dependabot ignores
---
.github/dependabot.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index c12fc9d..3f1ffa4 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -39,7 +39,7 @@ updates:
update-types: ["version-update:semver-major",
"version-update:semver-minor"]
# Keep Kotlin extensions baseline
- dependency-name: "org.jetbrains.kotlinx:*"
- update-types: ["version-update:semver-major"]
+ update-types: ["version-update:semver-major",
"version-update:semver-minor"]
# Keep Mockito baseline (5+ requires Java 11)
- dependency-name: "org.mockito.kotlin:*"
update-types: ["version-update:semver-major"]