Skip to content

Commit

Permalink
ci: add GitHib Actions to dependabot.yml config (#438)
Browse files Browse the repository at this point in the history
* ci: add GitHib Actions to `dependabot.yml` config

* format

---------

Co-authored-by: Yosuke Ota <[email protected]>
  • Loading branch information
ntwb and ota-meshi authored Oct 31, 2023
1 parent c82b1dd commit 08675ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 08675ec

Please sign in to comment.