chore: add dependabot

This commit is contained in:
josefinalliende
2025-12-07 10:40:59 -03:00
parent 33aec97c5d
commit 144bf9ee8a
2 changed files with 23 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "pub"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
open-pull-requests-limit: 10
labels:
- "dependencies"
- "flutter"
commit-message:
prefix: "chore"
include: "scope"
groups:
flutter-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
+1
View File
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Theme setup [PR #1](https://github.com/josefinalliende/sloth/pull/1)
- CI github action [PR #2](https://github.com/josefinalliende/sloth/pull/2)
- Dependabot action [PR #3](https://github.com/josefinalliende/sloth/pull/3)
### Changed