Skip to content

Commit

Permalink
Automate security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Dec 13, 2023
1 parent baa5b92 commit 9c68a2a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
version: 2
updates:
# Maintain dependencies for npm
- package-ecosystem: npm
directory: /
# Disable version updates for npm dependencies
# This option has no impact on security updates, which have a separate, internal limit of ten open pull requests.
open-pull-requests-limit: 0
schedule:
interval: daily
assignees:
- @AplinkosMinisterija/biip-developers

# Maintain dependencies for GitHub actions
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 0
schedule:
interval: daily
assignees:
- @AplinkosMinisterija/biip-devops

# Maintain dependencies for Docker
- package-ecosystem: docker
directory: /
open-pull-requests-limit: 0
schedule:
interval: daily
assignees:
- @AplinkosMinisterija/biip-devops

0 comments on commit 9c68a2a

Please sign in to comment.