Skip to content

Commit

Permalink
Merge pull request #104 from xtext/cd-dependabot
Browse files Browse the repository at this point in the history
added dependabot
  • Loading branch information
cdietrich authored Aug 14, 2024
2 parents 6ec18f9 + b1059d8 commit dbdb649
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:
# Maven project at the root
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"

# Maven project in the example-project directory
- package-ecosystem: "maven"
directory: "/example-project"
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"

# Gradle project in the example-project-gradle directory
- package-ecosystem: "gradle"
directory: "/example-project-gradle"
schedule:
interval: "weekly"
groups:
all-dependencies:
patterns:
- "*"

# Global settings
update-type: "all"

0 comments on commit dbdb649

Please sign in to comment.