Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into dependabot/pip/_build/molecule-plugins-podma…
Browse files Browse the repository at this point in the history
…n--23.5.0
  • Loading branch information
ssbarnea authored Sep 15, 2023
2 parents d115a09 + 747b5d2 commit 3cb3591
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 13 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ updates:
interval: daily
labels:
- dependabot-deps-updates
- skip-changelog
allow:
- dependency-type: all
- package-ecosystem: "github-actions"
Expand All @@ -14,5 +15,5 @@ updates:
interval: daily
open-pull-requests-limit: 3
labels:
- "dependencies"
- "skip-changelog"
- dependencies
- skip-changelog
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Grab the source from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # needed to determine version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Grab the source from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # needed to determine version

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Grab the source from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # needed to determine version

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ repos:
language_version: python3
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before yamllint
rev: v3.0.0-alpha.9-for-vscode
rev: v3.0.3
hooks:
- id: prettier
- repo: https://github.com/codespell-project/codespell
rev: v2.2.4
rev: v2.2.5
hooks:
- id: codespell
- repo: https://github.com/adrienverge/yamllint.git
rev: v1.31.0
rev: v1.32.0
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.9.0.2
rev: v0.9.0.5
hooks:
- id: shellcheck
args:
Expand Down
8 changes: 4 additions & 4 deletions _build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ansible-pylibssh==1.1.0
ansible-runner==2.3.3
ansible-lint[lock]==6.17.2
molecule==5.1.0
ansible-runner==2.3.4
ansible-lint[lock]==6.19.0
molecule==6.0.2
molecule-plugins[podman]==23.5.0
paramiko==3.2.0 # https://github.com/ansible/creator-ee/issues/140
paramiko==3.3.1 # https://github.com/ansible/creator-ee/issues/140
jmespath==1.0.1 # needed for json_query module

0 comments on commit 3cb3591

Please sign in to comment.