Skip to content

Commit

Permalink
Add GitHub Actions to be in Dependabot scope
Browse files Browse the repository at this point in the history
  • Loading branch information
danehlim committed Dec 3, 2024
1 parent 0291064 commit 3165584
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ updates:
# the bot stuck at trying to upgrade it; (2) sdk change has higher risk of breaking the agent so probably safer to
# upgrade manually.
- dependency-name: "github.com/aws/aws-sdk-go"
- package-ecosystem: "github-actions"
directory: ".github/workflows"
schedule:
interval: weekly
time: "00:00"
open-pull-requests-limit: 1
target-branch: "dev"

0 comments on commit 3165584

Please sign in to comment.