Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswald authored Apr 17, 2024
1 parent eecae29 commit 42d5d1f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/" # .github/workflows
schedule:
interval: "daily"
time: "20:00"
timezone: "America/New_York"
open-pull-requests-limit: 10

- package-ecosystem: "npm" # yarn v1
directory: "/"
schedule:
interval: "daily"
time: "20:00"
timezone: "America/New_York"
open-pull-requests-limit: 10
ignore:
- dependency-name: "sass"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "@types/jquery"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "@types/node"
update-types: [ "version-update:semver-patch" ]
- dependency-name: "typescript"
update-types: [ "version-update:semver-patch" ]

0 comments on commit 42d5d1f

Please sign in to comment.