diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2c2fbd3 --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e58cf6..188c881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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