Add dependabot

and skip workflow run on pull request
triggered by dependabot because it's NPOTB

[skip ci]

Signed-off-by: nanake <nanake@users.noreply.github.com>
This commit is contained in:
nanake 2022-05-06 13:09:22 +09:00
parent 6fdf7bf4fa
commit 11cb88c0f2
No known key found for this signature in database
GPG key ID: 6182985B1BDCDCA8
3 changed files with 11 additions and 0 deletions

7
.github/dependabot.yml vendored Normal file
View file

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

View file

@ -2,6 +2,8 @@ name: Build FFmpeg
on:
push:
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '**.md'
- 'LICENSE'

View file

@ -3,6 +3,8 @@ on:
pull_request:
branches:
- master
branches-ignore:
- 'dependabot/**'
paths-ignore:
- '**.md'
- 'LICENSE'