We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a0682 commit a43f0efCopy full SHA for a43f0ef
.github/dependabot.yml
@@ -2,12 +2,14 @@
2
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/customizing-dependency-updates
3
#
4
# See: https://www.github.com/dependabot/dependabot-core/issues/4605
5
----
6
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
+---
7
version: 2
8
updates:
9
- package-ecosystem: github-actions
10
- directory: /
+ directories:
11
+ - '/'
12
+ - '.github/actions/*'
13
schedule:
14
interval: weekly
15
day: tuesday
0 commit comments