refactor: rollback dletion for gitignore and actions

This commit is contained in:
Artemy 2025-08-13 15:40:10 +01:00
parent 9783b6a8a3
commit 51666d19db
23 changed files with 1403 additions and 0 deletions

23
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,23 @@
# GitHub Dependabot configuration
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/" # Will use the default workflow location of `.github/workflows`
schedule:
interval: "weekly"
day: "saturday"
commit-message:
prefix: chore(github-deps)
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
day: "saturday"
# ignore all non-security updates: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
open-pull-requests-limit: 0
labels:
- type/dependencies
- python
commit-message:
prefix: chore(python-deps)