Skip to content

Commit

Permalink
CI: Add dependabot to get updates of github actions
Browse files Browse the repository at this point in the history
GitHub provides a bot called 'Dependabot' which can
be used to automate version updates to Github
actions. Adding this check monthly will trigger
dependabot to create PRs with updates to github
actions versions in use by SSSD.

Reviewed-by: Pavel Březina <[email protected]>
Reviewed-by: Tomáš Halman <[email protected]>
  • Loading branch information
justin-stephenson authored and pbrezina committed Oct 23, 2023
1 parent ce117ae commit 6814b27
Showing 1 changed file with 7 additions and 0 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: monthly

0 comments on commit 6814b27

Please sign in to comment.