Skip to content

Commit

Permalink
chore: Update dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Reichel <[email protected]>
  • Loading branch information
manticore-projects committed Oct 21, 2024
1 parent 420efa8 commit 1065853
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "gradle" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "gradle" # Specify Gradle as the package manager
directory: "/" # Root directory of your project
schedule:
interval: "weekly"
interval: "weekly" # Define how often Dependabot should check for updates
ignore:
- dependency-name: "se.bjurr.gitchangelog.git-changelog-gradle-plugin"
versions: ["*"] # This will ignore all versions for this specific plugin

0 comments on commit 1065853

Please sign in to comment.