Skip to content

Commit fa12316

Browse files
authored
Check GitHub actions with dependabot (#86)
1 parent 2004156 commit fa12316

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1+
version: 2
12
updates:
23
- directory: /src
34
open-pull-requests-limit: 1
45
package-ecosystem: gradle
56
schedule:
67
interval: weekly
78
day: "friday"
8-
version: 2
9+
- directory: /
10+
package-ecosystem: github-actions
11+
schedule:
12+
interval: weekly
13+
commit-message:
14+
prefix: "dependabot:"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1818
- Replace third-party Action to check commiter's email with our forked version [(#71)](https://github.com/wazuh/wazuh-indexer-reporting/pull/71)
1919
- Add version to the GH Workflow names [(#73)](https://github.com/wazuh/wazuh-indexer-plugins/pull/73)
2020
- Update GitHub Actions versions in main branch [(#78)](https://github.com/wazuh/wazuh-indexer-reporting/pull/78)
21+
- Check GitHub actions with dependabot [(#86)](https://github.com/wazuh/wazuh-indexer-plugins/pull/86)
2122

2223
### Deprecated
2324

0 commit comments

Comments
 (0)