Skip to content

Commit

Permalink
Enable dependabot for github actions also on el9 branch
Browse files Browse the repository at this point in the history
Dependabot only updates the default branch otherwise.
  • Loading branch information
Hyzual authored and LeSuisse committed Feb 15, 2024
1 parent ce2469c commit d46e0ff
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 @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: daily
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "el9-php82"
schedule:
interval: daily

0 comments on commit d46e0ff

Please sign in to comment.