Skip to content

Commit

Permalink
fix: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Jan 26, 2024
1 parent ddc2acc commit 169520a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
File renamed without changes.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,12 @@ updates:
assignees:
- "sbaerlocher"

# This section manages updates for Python packages listed in 'requirements-system.txt'.
# This section manages updates for Python packages listed in 'requirements.txt'.
# Checks are performed weekly on Fridays at 13:00 UTC.
# Commit messages will be prefixed with 'chore' to indicate maintenance updates.
# Pull requests for updates are assigned to 'sbaerlocher'.
- package-ecosystem: "pip"
directory: "/"
package-ecosystem-file: "requirements-system.txt"
schedule:
interval: "weekly"
day: "friday"
Expand All @@ -52,13 +51,13 @@ updates:
assignees:
- "sbaerlocher"

# This section manages updates for Python packages listed in 'requirements-ansible.txt'.
# This section manages updates for Python packages listed in 'ansible/requirements.txt'.
# Checks are conducted weekly on Fridays at 13:00 UTC.
# Commit messages will be prefixed with 'chore', signifying maintenance updates.
# Pull requests for updates are assigned to 'sbaerlocher'.
- package-ecosystem: "pip"
directory: "/"
package-ecosystem-file: "requirements-ansible.txt"
directory: "/ansible"
package-ecosystem-file: "requirements.txt"
schedule:
interval: "weekly"
day: "friday"
Expand Down
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 3

dependencies:
galaxy: requirements.yml
python: requirements-system.txt
python: requirements.txt
system: bindep.txt
ansible_core:
package_pip: ansible-core==2.15.8
Expand Down
File renamed without changes.

0 comments on commit 169520a

Please sign in to comment.