Sfoglia il codice sorgente

Add a Dependabot config to auto-update GitHub action versions (#2863)

pull/2864/head
Kurt McKee 2 anni fa
committed by GitHub
parent
commit
3c92216ea2
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. +10
    -0
      .github/dependabot.yml

+ 10
- 0
.github/dependabot.yml Vedi File

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"

Caricamento…
Annulla
Salva