Skip to content

Commit

Permalink
Update cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Feb 17, 2025
1 parent ddd7fbb commit dc0ff02
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 14 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
---
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: "daily"
commit-message:
prefix: "[PIP] "
open-pull-requests-limit: 10
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/pulp-glue"
schedule:
interval: daily
interval: "daily"
commit-message:
prefix: "[PIP] "
open-pull-requests-limit: 10
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
commit-message:
prefix: "[GHA] "
open-pull-requests-limit: 10
...
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
---
version: 2
updates:
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
interval: "daily"
commit-message:
prefix: "[PIP] "
open-pull-requests-limit: 10
{%- if cookiecutter.glue %}
- package-ecosystem: pip
- package-ecosystem: "pip"
directory: "/pulp-glue{{ cookiecutter.__app_label_suffix }}"
schedule:
interval: daily
interval: "daily"
commit-message:
prefix: "[PIP] "
open-pull-requests-limit: 10
{%- endif %}
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
interval: "weekly"
commit-message:
prefix: "[GHA] "
open-pull-requests-limit: 10
...
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lint requirements
black==25.1.0
flake8==7.1.1
flake8==7.1.2
flake8-pyproject==1.2.3
isort==6.0.0
mypy==1.15.0
Expand Down
2 changes: 1 addition & 1 deletion lint_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Lint requirements
black==25.1.0
flake8==7.1.1
flake8==7.1.2
flake8-pyproject==1.2.3
isort==6.0.0
mypy==1.15.0
Expand Down

0 comments on commit dc0ff02

Please sign in to comment.