X Tutup
Skip to content

Change Dependabot update schedule from weekly to monthly#4326

Merged
andimarek merged 2 commits intomasterfrom
claude/configure-dependabot-frequency-QOG9c
Mar 11, 2026
Merged

Change Dependabot update schedule from weekly to monthly#4326
andimarek merged 2 commits intomasterfrom
claude/configure-dependabot-frequency-QOG9c

Conversation

@dondonz
Copy link
Member

@dondonz dondonz commented Mar 10, 2026

We're getting spammed with too many Dependabot messages. Although I changed direct dependency updates to automerge, due to security settings we can't have that for updates to Actions

Summary

Updated the Dependabot configuration to reduce the frequency of automated dependency updates from weekly to monthly for both Gradle and GitHub Actions.

Changes

  • Changed Gradle package ecosystem update interval from weekly to monthly
  • Changed GitHub Actions package ecosystem update interval from weekly to monthly

https://claude.ai/code/session_01KZpD8m3r3cDzGnhSC7c9mm

Reduce noise from version update PRs by switching both gradle and
github-actions ecosystems to a monthly interval. Security updates
(CVE patches) are handled independently by GitHub and will still
trigger immediately regardless of this schedule setting.

https://claude.ai/code/session_01KZpD8m3r3cDzGnhSC7c9mm
@github-actions
Copy link
Contributor

github-actions bot commented Mar 10, 2026

Test Report

Test Results

Java Version Total Passed Failed Errors Skipped
Java 11 5704 (±0) 5648 (±0) 0 (±0) 0 (±0) 56 (±0)
Java 17 5704 (±0) 5647 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 21 5704 (±0) 5647 (±0) 0 (±0) 0 (±0) 57 (±0)
Java 25 5704 (±0) 5647 (±0) 0 (±0) 0 (±0) 57 (±0)
jcstress 32 (±0) 32 (±0) 0 (±0) 0 (±0) 0 (±0)
Total 22848 (±0) 22621 (±0) 0 (±0) 0 (±0) 227 (±0)

Code Coverage (Java 25)

Metric Covered Missed Coverage vs Master
Lines 28739 3120 90.2% ±0.0%
Branches 8351 1509 84.7% ±0.0%
Methods 7686 1222 86.3% ±0.0%

No per-class coverage changes detected.

Full HTML report: build artifact jacoco-html-report

Updated: 2026-03-11 00:08:51 UTC

@andimarek andimarek merged commit addabba into master Mar 11, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup