-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Depandabot Auto Merges and any CircleCI References
1. We have multiple implementation of Dependabot, one of them did not run for months, and the default one keeps failing. Also, Circle CI is still being referenced for some reason in the Dependabot flow. 2. Rely of the PRs created by Depandabot, and will will do manual PR reviews and merges for now. 3. When all of the CI is consolidated to Github Actions, we can bring automatic Depandabot merges, in a cleaner way. 4. Remove any CircleCI References Linear Issue: https://linear.app/expanso/issue/ENG-297/fix-dependabot-integration Github Issue: #4656
- Loading branch information
Showing
5 changed files
with
26 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,25 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
labels: | ||
- "lang/go" | ||
- "th/dependencies" | ||
open-pull-requests-limit: 1 | ||
- package-ecosystem: "pip" | ||
directory: "/integration/" | ||
schedule: | ||
interval: daily | ||
labels: | ||
- "lang/python" | ||
- "th/dependencies" | ||
open-pull-requests-limit: 1 | ||
- package-ecosystem: "gomod" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
labels: | ||
- "lang/go" | ||
- "dependabot/version-updates" | ||
open-pull-requests-limit: 1 | ||
- package-ecosystem: "pip" | ||
directory: "/integration/" | ||
schedule: | ||
interval: "daily" | ||
labels: | ||
- "lang/python" | ||
- "dependabot/version-updates" | ||
open-pull-requests-limit: 1 | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
labels: | ||
- "lang/github-actions" | ||
- "dependabot/version-updates" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters