Skip to content

Commit

Permalink
Add dependabot on Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clement-dufour committed Jun 1, 2024
1 parent 438e06b commit 6a1a4af
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions
# https://docs.github.com/fr/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build image
on:
push:
branches:
- main
paths-ignore:
- '**/README.org'
- '.github/dependabot.yml'
workflow_dispatch:
schedule:
- cron: '0 6 * * *' # every day at midnight
Expand Down

0 comments on commit 6a1a4af

Please sign in to comment.