Skip to content

Commit

Permalink
fix: configure dependabot to update actions
Browse files Browse the repository at this point in the history
Motivation: We want PR's with those updates autogenerated

Ticket: DEVPROD-2091
  • Loading branch information
Jesper Terkelsen committed Oct 24, 2022
1 parent 542c149 commit 5ced611
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 5ced611

Please sign in to comment.