mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
Added github workflow actions to auto update flake.lock daily
This commit is contained in:
parent
20ff70c57f
commit
656a777a88
3 changed files with 67 additions and 3 deletions
23
.github/dependabot.yml
vendored
Normal file
23
.github/dependabot.yml
vendored
Normal 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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue