From 08675ec766c08a88da74540e820ecea9925dbda6 Mon Sep 17 00:00:00 2001 From: Stephen Edgar Date: Tue, 31 Oct 2023 23:10:02 +1100 Subject: [PATCH] ci: add GitHib Actions to `dependabot.yml` config (#438) * ci: add GitHib Actions to `dependabot.yml` config * format --------- Co-authored-by: Yosuke Ota --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b3fa9a4..8da046cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,10 @@ updates: update-types: [version-update:semver-major] - dependency-name: '@types/vscode' update-types: [version-update:semver-minor] + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: monthly + labels: + - 'Dependencies' + - 'For Uncommitted Issue'