Skip to content

Commit

Permalink
Automatic updates of GH actions with dependabot
Browse files Browse the repository at this point in the history
Dependabot can do automatic updates of GH actions for us

Signed-off-by: Martin Basti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Nov 24, 2022
1 parent 51425a5 commit 703b660
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
Expand Down

0 comments on commit 703b660

Please sign in to comment.