Skip to content

Commit ecfd1fc

Browse files
c-c-eprCopilot
andcommitted
chore: update dependabot configuration to include GitHub Actions with daily schedule
Co-authored-by: Copilot <copilot@github.com>
1 parent 8c00092 commit ecfd1fc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
version: 2
22
updates:
3-
- package-ecosystem: 'npm' # See documentation for possible values
4-
directory: '/' # Location of package manifests
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
- package-ecosystem: 'github-actions'
8+
directory: '/'
59
schedule:
610
interval: 'daily'

0 commit comments

Comments
 (0)