aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoyce <joycebrum@google.com>2024-01-03 13:49:52 -0300
committerGitHub <noreply@github.com>2024-01-03 08:49:52 -0800
commite11db4d694efccca4247724e1b428cb2ff685eb8 (patch)
treee0f8733f1bf97c3e9ca58f634e0a5638f0918cef
parent1c6bb2743599e6eb6f37b2969acc0aef812e32e3 (diff)
downloadSPIRV-Headers-e11db4d694efccca4247724e1b428cb2ff685eb8.tar.gz
feat: Create dependabot.yml (#397)
Signed-off-by: Joyce <joycebrum@google.com>
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..2390d8c
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "monthly"
+ groups:
+ github-actions:
+ patterns:
+ - "*"