Skip to content

Commit 104754a

Browse files
committed
Create dependabot.yml for dependency updates
Add Dependabot configuration for GitHub Actions and Maven
1 parent d4bddd3 commit 104754a

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
#
2+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
3+
#
4+
# This program and the accompanying materials are made available under the
5+
# terms of the Eclipse Public License v. 2.0 which is available at
6+
# http://www.eclipse.org/legal/epl-2.0,
7+
# or the Eclipse Distribution License v. 1.0 which is available at
8+
# http://www.eclipse.org/org/documents/edl-v10.php.
9+
#
10+
# SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause
11+
#
12+
13+
version: 2
14+
updates:
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "daily"
19+
groups:
20+
actions-dependencies:
21+
patterns:
22+
- "*"
23+
24+
- package-ecosystem: "maven"
25+
directories:
26+
- "api"
27+
- "spec"
28+
schedule:
29+
interval: "daily"
30+
groups:
31+
maven-plugins:
32+
patterns:
33+
- "*:*-plugin"
34+
dependencies:
35+
patterns:
36+
- "*"

0 commit comments

Comments
 (0)