Skip to content

Commit 73129ac

Browse files
authored
Merge pull request #58 from git-for-windows/dependabot
dependabot: help keeping npm packages & GitHub Actions versions up to date
2 parents 741242f + 5586206 commit 73129ac

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for npm
4+
- package-ecosystem: 'npm'
5+
# Look for `package.json` and `lock` files in the `root` directory
6+
directory: '/'
7+
# Check the npm registry for updates every day (weekdays)
8+
schedule:
9+
interval: 'daily'
10+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#enabling-dependabot-version-updates-for-actions
11+
- package-ecosystem: "github-actions" # See documentation for possible values
12+
directory: "/" # Location of package manifests
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)