From 1e451348f0c1009902966fcf62fab41ee85170d7 Mon Sep 17 00:00:00 2001 From: Juan Ramos Date: Fri, 13 Oct 2023 13:56:01 -0600 Subject: [PATCH] ci: Add dependabot --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml 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