Skip to content

Commit

Permalink
Merge branch 'main' into feature/rebuild-modules
Browse files Browse the repository at this point in the history
  • Loading branch information
tbauriedel authored Sep 19, 2024
2 parents b20b917 + 7a5e97a commit ee531da
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out the codebase.
uses: actions/checkout@v4
- name: Set up Python 3.
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'

Expand Down
4 changes: 2 additions & 2 deletions requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ansible-core==2.16.2
ansible-core==2.16.3
ansible-lint
molecule
molecule-docker
influxdb-client
influxdb-client

0 comments on commit ee531da

Please sign in to comment.