Skip to content

Commit

Permalink
build: updated dependabot (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno authored Nov 9, 2023
1 parent f95c74f commit c6dc7e7
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 18 deletions.
37 changes: 26 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,28 @@ updates:
assignees:
- "ryankanno"
commit-message:
prefix: build(github)
prefix: "build(github)"
groups:
gha:
update-types:
- "major"
- "minor"
- "patch"
labels:
- "github-actions"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "ryankanno"
commit-message:
prefix: build
include: scope
prefix: "build"
include: "scope"
groups:
dev:
dependency-type: "development"
open-pull-requests-limit: 10
labels:
- "automerge"
Expand All @@ -29,23 +38,29 @@ updates:
- package-ecosystem: "github-actions"
directory: "{{cookiecutter.package_name}}"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "ryankanno"
commit-message:
prefix: build(github)
prefix: "build(github)"
groups:
gha:
update-types:
- "major"
- "minor"
- "patch"
labels:
- "github-actions"

- package-ecosystem: "pip"
directory: "{{cookiecutter.package_name}}"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "ryankanno"
commit-message:
prefix: build
include: scope
prefix: "build"
include: "scope"
open-pull-requests-limit: 10
labels:
- "automerge"
Expand All @@ -55,11 +70,11 @@ updates:
- package-ecosystem: "docker"
directory: "{{cookiecutter.package_name}}"
schedule:
interval: "daily"
interval: "weekly"
assignees:
- "ryankanno"
commit-message:
prefix: build(docker)
prefix: "build(docker)"
labels:
- "docker"
- "dependencies"
21 changes: 15 additions & 6 deletions {{cookiecutter.package_name}}/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: build(github)
prefix: "build(github)"
groups:
gha:
update-types:
- "major"
- "minor"
- "patch"
labels:
- "github-actions"

- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: build
include: scope
prefix: "build"
include: "scope"
groups:
dev:
dependency-type: "development"
open-pull-requests-limit: 10
labels:
- "automerge"
Expand All @@ -27,7 +36,7 @@ updates:
schedule:
interval: "daily"
commit-message:
prefix: build(docker)
prefix: "build(docker)"
labels:
- "docker"
- "dependencies"
2 changes: 1 addition & 1 deletion {{cookiecutter.package_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ classifiers = [
]

[tool.poetry.dependencies]
python = "^{{ cookiecutter.python_version }}"
# python = "^{{ cookiecutter.python_version }}"
structlog = "^22.3.0"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c6dc7e7

Please sign in to comment.