Ver a proveniência

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

pull/2864/head
Kurt McKee há 2 anos
committed by GitHub
ascendente
cometimento
3c92216ea2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 10 adições e 0 eliminações
  1. +10
    -0
      .github/dependabot.yml

+ 10
- 0
.github/dependabot.yml Ver ficheiro

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

Carregando…
Cancelar
Guardar