From fc0ef4d8ed41de4341f5a8b7d8c07161cf05f043 Mon Sep 17 00:00:00 2001 From: trick77 Date: Mon, 26 Jan 2026 06:58:53 +0100 Subject: [PATCH] chore: configure dependabot weekly schedule and dependency groups --- .github/dependabot.yaml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index a851c94c5..1338cd77d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,8 +4,31 @@ updates: directory: "/" schedule: interval: "weekly" + day: "sunday" + time: "07:00" + groups: + google-annotations: + patterns: + - "com.google.auto.value:*" + - "com.google.auto.service:*" + - "com.google.errorprone:*" + test-dependencies: + patterns: + - "junit:*" + - "com.google.truth:*" + - "com.google.guava:guava-testlib" + maven-plugins: + patterns: + - "org.apache.maven.plugins:*" + - "org.apache.felix:maven-bundle-plugin" + - "org.codehaus.mojo:*" + - "org.graalvm.buildtools:*" + - "org.sonatype.central:*" + - "com.google.code.maven-replacer-plugin:*" - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly" + day: "sunday" + time: "07:00" \ No newline at end of file