github: add dependabot

It will run weekly and open a PR whenever any of the actions are out of
date. Minor change is required in the repo settings - see the docs link

https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
pull/950/head
Emil Velikov 1 year ago committed by flightlessmango
parent a7655eb184
commit 809215ae65

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
Loading…
Cancel
Save