chore(github): add dependabot config

This commit is contained in:
Orhun Parmaksız
2024-01-03 17:01:06 +03:00
parent b7913b6646
commit 3641ed2c0a

15
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
groups:
minor:
update-types:
- "minor"
patch:
update-types:
- "patch"