623: Add dependabot for GHA r=Kerollmops a=curquiza

Same as we added in Meilisearch. Only runs once a month.
https://github.com/meilisearch/meilisearch/blob/main/.github/dependabot.yml

Co-authored-by: Clémentine Urquizar <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2022-09-06 15:56:28 +00:00 committed by GitHub
commit 9e661f2cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,12 @@
# Set update schedule for GitHub Actions only
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- 'skip changelog'
- 'dependencies'
rebase-strategy: disabled