Skip to content

Commit

Permalink
Dependabot config voor actions en docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mprins authored Jun 4, 2024
1 parent 76fbf27 commit 3c1ae6f
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
schedule:
interval: weekly
day: tuesday
time: '21:00'
timezone: 'Europe/Amsterdam'
labels:
- infrastucture

- package-ecosystem: docker
directory: '/'
schedule:
interval: weekly
day: tuesdaymonday
time: '21:00'
timezone: 'Europe/Amsterdam'
target-branch: main
labels:
- infrastucture
ignore:
- dependency-name: node
versions:
- '>= 21'

0 comments on commit 3c1ae6f

Please sign in to comment.