1
1
mirror of https://github.com/nmattia/niv.git synced 2024-10-06 12:27:35 +03:00

feat: Configure Dependabot for GitHub Actions

Automatically creates PRs for any updated third-party actions.
This commit is contained in:
Victor Engmark 2023-03-07 09:14:17 +13:00 committed by Nicolas Mattia
parent d13000fcea
commit 40482f05b5

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily