Skip to content

Commit

Permalink
Add dependabot for automatically updating to newly released github ac…
Browse files Browse the repository at this point in the history
…tions.
  • Loading branch information
aentinger committed Jan 18, 2024
1 parent 9a0d2b4 commit 4687566
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file
version: 2

updates:
# Configure check for outdated GitHub Actions actions in workflows.
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/dependabot/README.md
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
- package-ecosystem: github-actions
directory: /.github/workflows/
schedule:
interval: daily
labels:
- "topic: infrastructure"
assignees:
- per1234

# Configure check for outdated GitHub Actions actions in workflow templates.
- package-ecosystem: github-actions
directory: /workflow-templates/
schedule:
interval: daily
labels:
- "topic: infrastructure"
assignees:
- per1234

- package-ecosystem: npm
directory: /
schedule:
interval: daily
labels:
- "topic: infrastructure"
assignees:
- per1234

- package-ecosystem: pip
directory: /
schedule:
interval: daily
labels:
- "topic: infrastructure"
assignees:
- per1234

0 comments on commit 4687566

Please sign in to comment.