Skip to content

Commit

Permalink
Use dependabot to check for GitHub action dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakTheHacker authored Oct 19, 2023
1 parent 5c89b55 commit 4d5e179
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,25 @@

version: 2
updates:
#Check for updates to Github Actions
- package-ecosystem: "github-actions"
directory: "/" #Location of package manifests
target-branch: "main"
labels:
- "dependencies"
- "dependencies/github-actions"
schedule:
interval: "weekly"
day: "saturday" #Check for updates on saturdays
time: "09:00"
timezone: "Europe/Stockholm"
#Check updates for NPM dependencies
- package-ecosystem: "npm" #Use the NPM package manager
directory: "/" #Location of package manifests
target-branch: "main"
labels:
- "dependencies"
- "dependencies/npm"
schedule:
interval: "weekly"
day: "saturday" #Check for updates on saturdays
Expand Down

0 comments on commit 4d5e179

Please sign in to comment.