Skip to content

Commit

Permalink
Add dependabot to manage ecs-agent module too and update pr template …
Browse files Browse the repository at this point in the history
…for update model
  • Loading branch information
Realmonia committed Sep 14, 2023
1 parent 4d01871 commit ce27eda
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ You can see our changelog entry style here:
https://github.com/aws/amazon-ecs-agent/commit/c9aefebc2b3007f09468f651f6308136bd7b384f
-->

**Does this PR include breaking model changes? If so, Have you added transformation functions?**
<!-- If yes, next release should have a upgraded minor version -->

### Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,18 @@ updates:
# docker is explicitly excluded from bot auto upgrade because we need to do manual qualification and cooperate with
# amazon linux to release.
- dependency-name: "github.com/docker/docker"
- package-ecosystem: gomod
directory: "/ecs-agent"
schedule:
interval: weekly
time: "0:00"
open-pull-requests-limit: 1
target-branch: "dev"
ignore:
# aws sdk is explicitly excluded from bot auto upgrade because: (1) currently the auto upgrade of it breaks test, and
# the bot stuck at trying to upgrade it; (2) sdk change has higher risk of breaking the agent so probably safer to
# upgrade manually.
- dependency-name: "github.com/aws/aws-sdk-go"
# docker is explicitly excluded from bot auto upgrade because we need to do manual qualification and cooperate with
# amazon linux to release.
- dependency-name: "github.com/docker/docker"

0 comments on commit ce27eda

Please sign in to comment.