Skip to content

Commit

Permalink
Enable dependabot for security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirianni committed Dec 18, 2023
1 parent 693bf75 commit efc0d1c
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
version: 2
updates: []
# Disabling dependabot for now
##############################
# - package-ecosystem: "gomod"
# directory: "/"
# schedule:
# interval: "weekly"
# ignore:
# # AWS we want to ignore nightly patch releases
# - dependency-name: "github.com/aws/aws-sdk-go"
# update-types: ["version-update:semver-patch"]
# commit-message:
# prefix: "deps"
# include: "scope"
- package-ecosystem: "gomod"
open-pull-requests-limit: 0
directory: "/"
schedule:
interval: "monthly"
ignore:
# AWS we want to ignore nightly patch releases
- dependency-name: "github.com/aws/aws-sdk-go"
update-types: ["version-update:semver-patch"]
commit-message:
prefix: "deps"
include: "scope"

0 comments on commit efc0d1c

Please sign in to comment.