Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii authored May 27, 2024
1 parent 97e58f8 commit bac1fe3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "stable"
label: "stable"
labels:
- "stable"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
Expand All @@ -17,15 +18,17 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "next"
label: "next"
labels:
- "next"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

- package-ecosystem: "github-actions"
directory: "/"
target-branch: "legacy"
label: "legacy"
labels:
- "legacy"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

0 comments on commit bac1fe3

Please sign in to comment.