Skip to content

Commit

Permalink
enable dependabot for java + GHA
Browse files Browse the repository at this point in the history
this will enable dependabot updates, as it is also done for other
OpenSearch projects.
while this project currently doesn't have any java dependencies it still
makes sense to enable it here since this is a template repository and
projects created based on it will usually have such dependencies in the
future.

Signed-off-by: Ralph Ursprung <[email protected]>
  • Loading branch information
rursprung committed Jun 11, 2024
1 parent 99cfddc commit 0a19ed6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependabot"
- "dependencies"
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependabot"
- "dependencies"

0 comments on commit 0a19ed6

Please sign in to comment.