We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a60581c + 7e447dc commit 427f65bCopy full SHA for 427f65b
2 files changed
.github/dependabot.yml
@@ -0,0 +1,7 @@
1
+---
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
.github/workflows/lint.yml
@@ -14,4 +14,4 @@ jobs:
14
- name: checkout
15
uses: actions/checkout@v4
16
- name: Run ansible-lint
17
- uses: ansible/ansible-lint@v24.7.0
+ uses: ansible/ansible-lint@v25.7.0
0 commit comments