diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b400c92f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: composer + directory: / + schedule: + interval: weekly \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1f5c20..35d10069 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - remove empty strings (#488) - fix polish translation of United Kingdom (#453) - refactor build script +- add Dependabot integration ## [v4.1.1] - 2023-09-10 ### Fixed