Skip to content

Commit

Permalink
⏰ run go generate, update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarhermoso committed Sep 27, 2024
1 parent 0f61634 commit f44bc49
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 13 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,23 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
day: 'friday'
time: '06:00'
timezone: 'Australia/Perth'
groups:
minor-patch:
update-types:
- 'minor'
- 'patch'
- package-ecosystem: 'gomod'
directory: '/'
schedule:
interval: 'weekly'
day: 'friday'
time: '06:00'
timezone: 'Australia/Perth'
groups:
minor-patch:
update-types:
- 'minor'
- 'patch'
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
exit 1
fi
- name: Run tests
run: go test -v -cover ./...
run: go test -v -cover ./internal/provider/...
env:
TF_ACC: '1'
BINARYLANE_API_TOKEN: ${{ secrets.BINARYLANE_API_TOKEN }}
Expand Down
48 changes: 36 additions & 12 deletions internal/resources/server_firewall_rules_resource_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f44bc49

Please sign in to comment.