Skip to content

Commit

Permalink
Merge pull request #143 from Tradeshift/github-actions-dependabot
Browse files Browse the repository at this point in the history
fix: configure dependabot to update actions
  • Loading branch information
Jesper Terkelsen authored Oct 25, 2022
2 parents 542c149 + 5ced611 commit 1ed2b3d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ updates:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'fix'
prefix-development: 'build'
include: 'scope'

0 comments on commit 1ed2b3d

Please sign in to comment.