Added github workflow actions to auto update flake.lock daily

This commit is contained in:
Gerg-L 2023-07-09 18:18:48 -04:00
parent 20ff70c57f
commit 656a777a88
3 changed files with 67 additions and 3 deletions

23
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,23 @@
{
"version": 2,
"updates": [
{
"package-ecosystem": "github-actions",
"directory": "/",
"schedule": {
"interval": "daily",
"time": "04:00"
},
"open-pull-requests-limit": 10,
"reviewers": [
"Gerg-L"
],
"assignees": [
"Gerg-L"
],
"labels": [
"CI"
]
}
]
}