aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Ramos <juan@lunarg.com>2023-10-13 13:56:01 -0600
committerJuan Ramos <114601453+juan-lunarg@users.noreply.github.com>2023-10-13 14:00:57 -0600
commit1e451348f0c1009902966fcf62fab41ee85170d7 (patch)
treea0d44abfa549c8c40147818d7bcfb89f2ae624b7
parent07ff4233bc69e573ae0a6b4b48ad16451ac4e37f (diff)
downloadvulkan-headers-1e451348f0c1009902966fcf62fab41ee85170d7.tar.gz
ci: Add dependabot
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..b25b0eb
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+# ~~~
+# Copyright 2023 LunarG, Inc.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ~~~
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+ open-pull-requests-limit: 3