From f4a3f6e7f7d0cfb3b42dd98a4cbef5a2f7a2b199 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 28 May 2024 17:32:18 -0700 Subject: [PATCH] [CI] Enable Dependabot version updates for github actions (#519) Relates to https://github.com/intel/opencl-clang/issues/516 --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..92bbb9b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "monthly"