Skip to content

Commit

Permalink
Merge pull request #492 from AtlassianPS/feature/add_dependabot
Browse files Browse the repository at this point in the history
Added dependabot to keep github actions up-to-date
  • Loading branch information
lipkau authored Jan 10, 2024
2 parents ee7b057 + 416cbad commit c6abd4b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "⬆️ "

0 comments on commit c6abd4b

Please sign in to comment.