Skip to content

Commit

Permalink
enable dependabot for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Fsu0413 committed Jan 14, 2024
1 parent a552f99 commit 9e107be
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,29 @@ updates:
directory: "/"
schedule:
interval: "daily"
target-branch: "1.0.2"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "1.1.0"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "1.1.1"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "3.0"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "3.1"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "3.2"

0 comments on commit 9e107be

Please sign in to comment.