Skip to content

Commit

Permalink
chore: Group dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored and dependabot[bot] committed Dec 18, 2023
1 parent 4aeb3d4 commit a764e4b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
schedule:
interval: daily
time: "12:00"
timezone: "UTC"
timezone: "Etc/UTC"
reviewers: [meltano/engineering]
labels: [deps]
- package-ecosystem: github-actions
Expand All @@ -14,3 +14,7 @@ updates:
interval: weekly
reviewers: [meltano/engineering]
labels: [deps]
groups:
artifacts:
patterns:
- "actions/*-load-artifact"
2 changes: 1 addition & 1 deletion .github/workflows/build-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
aws-region: us-west-2
role-session-name: "GitHubActions"
- name: Download artifacts
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4
with:
name: hub-api-files
path: "_hub_api"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metadata-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
run: |
$AIRBYTE_ENTRYPOINT spec | grep '^.*"type":\s*"SPEC".*$' > extractor--${{ matrix.source-name }}--airbyte.json
id: get-airbyte-stdout
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v3
with:
name: extractor--${{ matrix.source-name }}--airbyte.json
path: extractor--${{ matrix.source-name }}--airbyte.json
Expand Down

0 comments on commit a764e4b

Please sign in to comment.