Skip to content

Commit

Permalink
chore(github): add actions to dependabot
Browse files Browse the repository at this point in the history
this commit adds github actions to dependabot's manifest, ensuring that those dependencies are updated in a timely manner
  • Loading branch information
rwaskiewicz authored Mar 24, 2023
1 parent 7418d09 commit 124d580
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ updates:
versions: ["17", "18"]
- dependency-name: "typescript"
versions: [">=4.10", ">=5.0"]
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'daily'

0 comments on commit 124d580

Please sign in to comment.