Skip to content

Commit

Permalink
Updates dependabot for gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Sep 26, 2023
1 parent 53daab3 commit e98cdc2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@ updates:
# Github Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "1.0.x"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "1.1.x"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
target-branch: "1.0.x" # oldest supported branch, we will merge forward
schedule:
interval: "weekly"
# Build dependencies
Expand Down

0 comments on commit e98cdc2

Please sign in to comment.