mirror of
https://github.com/goreleaser/goreleaser-action.git
synced 2026-05-18 08:21:53 +00:00
chore: Dependabot v2 (#219)
* Dependabot v2 * Fix labels Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
de0090dcf9
commit
07505093f2
1 changed files with 20 additions and 0 deletions
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "06:00"
|
||||
timezone: "Europe/Paris"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
time: "06:00"
|
||||
timezone: "Europe/Paris"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
labels:
|
||||
- "dependencies"
|
||||
Loading…
Add table
Add a link
Reference in a new issue