mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
switch back to yaml
This commit is contained in:
parent
15516bf6ad
commit
cc1ee2c7db
3 changed files with 38 additions and 65 deletions
36
.github/dependabot.yml
vendored
36
.github/dependabot.yml
vendored
|
|
@ -1,23 +1,13 @@
|
|||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue