build: enable Dependabot for GitHub Actions
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
parent
bc1615cdcc
commit
1e48942c64
|
@ -0,0 +1,9 @@
|
||||||
|
version: 2
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
labels: ["area/build"]
|
||||||
|
schedule:
|
||||||
|
# by default this will be on a monday.
|
||||||
|
interval: "weekly"
|
Loading…
Reference in New Issue