Skip to content

Commit b458023

Browse files
authored
Included githubactions in the dependabot config
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
1 parent c2079f7 commit b458023

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ updates:
1010
labels:
1111
- dependencies
1212
versioning-strategy: widen
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: daily
17+
time: "04:00"
18+
timezone: Europe/Berlin
19+
open-pull-requests-limit: 20
20+
labels:
21+
- dependencies
22+
versioning-strategy: widen

0 commit comments

Comments
 (0)