Commit graph

9 commits

Author SHA1 Message Date
yangdx
6476021619 Configure Dependabot schedule with specific times and timezone
- Set Monday 2AM for GitHub Actions
- Set Wednesday 2AM for Python deps
- Set Friday 2AM for web UI deps
- Use Asia/Shanghai timezone
- Spread updates across weekdays
2025-12-02 19:21:44 +08:00
yangdx
13fc9f339a Reduce dependabot open pull request limits 2025-12-02 17:56:27 +08:00
yangdx
883c5dc0a0 Update dependabot config with new groupings and patterns
- Add typescript-eslint grouping
- Include prettier-* patterns
- Add @types/bun dependency
- Create content-rendering group
- Group katex and mermaid updates
2025-12-02 12:03:30 +08:00
yangdx
9425277fd9 Improve dependabot config with better docs and numpy ignore rule
• Add detailed PR strategy comments
• Ignore numpy major version updates
• Group dependency updates by category
• Document update types per ecosystem
• Enhance configuration readability
2025-12-02 11:12:32 +08:00
yangdx
f93bda5859 Enable numpy updates in dependabot configuration
- Re-enable numpy in data-processing group
- Remove numpy from ignore list
- Allow minor and patch updates
- Remove breaking change comment
2025-12-02 04:50:28 +08:00
yangdx
0f19f80fdb Configure comprehensive Dependabot for Python and frontend dependencies
- Add pip ecosystem with grouping
- Add bun ecosystem for webui
- Set weekly update schedule
- Configure cooldown periods
- Ignore numpy breaking changes
2025-12-02 04:28:59 +08:00
Christian Clauss
90e38c20ca
Keep GitHub Actions up to date with GitHub's Dependabot
* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)

To see all GitHub Actions dependencies, type:
% `git grep 'uses: ' .github/workflows/`
2025-11-28 15:04:53 +01:00
yangdx
f83b475ab1 Remove Dependabot configuration file
• Delete .github/dependabot.yml
• Remove weekly pip updates
2025-11-18 01:42:15 +08:00
VenkateshPabbati
2aab17ed2a
Create dependabot.yml 2025-04-09 20:35:18 +05:30