Skip to content

Commit

Permalink
chore: Test dependencies are updated only once a week
Browse files Browse the repository at this point in the history
These changes are to optimise the use of the CI. Every full run through the pipeline requires several AWS environments and several hours of tests.
  • Loading branch information
FelisiaM committed Jun 20, 2024
1 parent 02da17b commit 2d84d91
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,59 +8,59 @@ updates:
- package-ecosystem: gomod
directory: "/providers/terraform-provider-csbmssqldbrunfailover"
schedule:
interval: "daily"
time: "20:00"
interval: "weekly"
day: "saturday"
groups:
azure-sdk-for-go:
patterns:
- "github.com/Azure/azure-sdk-for-go/*"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mongodbapp"
schedule:
interval: "daily"
time: "20:30"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/postgresqlapp"
schedule:
interval: "daily"
time: "21:00"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mssqlapp"
schedule:
interval: "daily"
time: "21:30"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/mysqlapp"
schedule:
interval: "daily"
time: "22:00"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: gomod
directory: "/acceptance-tests/apps/redisapp"
schedule:
interval: "daily"
time: "22:30"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: npm
directory: "/acceptance-tests/apps/cosmosdbapp"
schedule:
interval: "daily"
time: "23:00"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: npm
directory: "/acceptance-tests/apps/storageapp"
schedule:
interval: "daily"
time: "23:30"
interval: "weekly"
day: "saturday"
labels:
- "test-dependencies"
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit 2d84d91

Please sign in to comment.