Skip to content

Check dependencies monthly instead of weekly - #3

Merged
saudzahirr merged 1 commit into
masterfrom
chore/dependabot-monthly
Aug 25, 2026
Merged

Check dependencies monthly instead of weekly#3
saudzahirr merged 1 commit into
masterfrom
chore/dependabot-monthly

Conversation

@saudzahirr

Copy link
Copy Markdown
Contributor

Summary

Sets every schedule.interval in .github/dependabot.yml to monthly.

schedule.day is dropped wherever it appeared: that key only applies when the interval is weekly, so leaving it alongside monthly would be a dead setting that reads as if it still controls timing.

Test plan

Config parses as valid YAML; version: 2 intact; every entry under updates now reads interval: monthly with no leftover day key. Ecosystem, directory, grouping, labels and commit-message settings are untouched.

🤖 Generated with Claude Code

Also drops schedule.day: it only applies to a weekly interval, so it
would be a dead key once the interval is monthly.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@saudzahirr
saudzahirr merged commit 69ae1c4 into master Aug 25, 2026
4 of 7 checks passed
@saudzahirr
saudzahirr deleted the chore/dependabot-monthly branch August 25, 2026 10:54
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.

2 participants