.github: install dependabot & cff-validator

This commit is contained in:
Aminda Suomalainen 2022-10-18 23:01:58 +03:00
parent 2358031520
commit 52449d48d0
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 8 additions and 0 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

2
.github/workflows/cff-validator.yml vendored Normal file
View File

@ -0,0 +1,2 @@
- name: cff-validator
uses: dieghernan/cff-validator@v1