Skip to content

Commit

Permalink
ci: add dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick-Dayer committed Jul 11, 2024
1 parent 996bd9c commit ccef650
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright © Idiap Research Institute <[email protected]>
#
# SPDX-License-Identifier: BSD-3-Clause

# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Maintain dependencies in our GitHub Workflows
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
time: "05:00"
timezone: CET

0 comments on commit ccef650

Please sign in to comment.