Skip to content

Commit 54c68be

Browse files
vjdhamaclaude
andcommitted
chore: update workflow triggers and dependabot schedule
- Remove master branch references from terraform workflow - Focus on main branch only for consistency - Change dependabot interval from weekly to daily - Streamlines workflow triggers and increases dependency monitoring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f268060 commit 54c68be

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ updates:
1111
directory: "/"
1212
schedule:
1313
# Check for updates to GitHub Actions every week
14-
interval: "weekly"
14+
interval: "daily"

.github/workflows/terraform.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- master
87
pull_request_target:
98
types:
109
- opened
@@ -13,7 +12,6 @@ on:
1312
pull_request:
1413
branches:
1514
- main
16-
- master
1715

1816
permissions:
1917
contents: write

0 commit comments

Comments
 (0)