From 1d089913464399a1a22573ef1ba8d42070db31c8 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Fri, 27 Feb 2026 12:30:22 -0800 Subject: [PATCH] Create the initial github action for the skills repo Same as content in dart-lang/ai: https://github.com/dart-lang/ai/commit/5ecadd3f967b6f663bb36504a589c5ae8ba2dab8 --- .github/dependabot.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..d4ed13b2 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,15 @@ +# Dependabot configuration file. +# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + labels: + - autosubmit + groups: + github-actions: + patterns: + - "*" \ No newline at end of file