Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax

# Paths that Dependabot PRs can touch
/pyproject.toml @ynab/full-stack
/poetry.lock @ynab/full-stack
/requirements.txt @ynab/full-stack
/test-requirements.txt @ynab/full-stack
/.github/ @ynab/full-stack
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Documentation on this file: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference
#
# Reviewers are assigned via .github/CODEOWNERS (the `reviewers` option was
# retired by GitHub in favor of code owners).

version: 2
updates:
# Covers pyproject.toml/poetry.lock, requirements.txt, and test-requirements.txt
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 3
cooldown:
default-days: 7
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 3
cooldown:
default-days: 7