chore: configure dependabot (#5081)

This commit is contained in:
Piotr Idzik
2024-03-22 11:32:13 +01:00
committed by GitHub
parent 192427a5d2
commit 9d1635a28b

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

@@ -0,0 +1,8 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/.github/workflows/"
schedule:
interval: "daily"
...