Skip to content

Commit

Permalink
add docker to dependabot updates (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored May 2, 2024
1 parent d2724b4 commit 756aa23
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Repo now has a `CODEOWNERS` file to automatically assign reviewers to pull requests. (Template already has one.)
- Added a new, separate Dependabot group for `django-email-relay` updates.
- Added Docker to Dependabot updates.

## [2024.19]

Expand Down
32 changes: 21 additions & 11 deletions src/django_twc_project/.github/dependabot.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
labels:
- 🤖 dependabot
groups:
docker:
patterns:
- "*"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand All @@ -11,6 +21,17 @@ updates:
gha:
patterns:
- "*"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
timezone: America/Chicago
labels:
- 🤖 dependabot
groups:
javascript:
patterns:
- "*"
- package-ecosystem: pip
directory: "/"
schedule:
Expand All @@ -32,14 +53,3 @@ updates:
email-relay:
patterns:
- "django-email-relay"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
timezone: America/Chicago
labels:
- 🤖 dependabot
groups:
javascript:
patterns:
- "*"

0 comments on commit 756aa23

Please sign in to comment.