Skip to content

Commit 565a617

Browse files
authored
Add dependabot (#85)
It automates dependency updates and saves us work
1 parent f910a2e commit 565a617

1 file changed

Lines changed: 34 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
# *******************************************************************************
3+
# Copyright (c) 2026 Contributors to the Eclipse Foundation
4+
#
5+
# See the NOTICE file(s) distributed with this work for additional
6+
# information regarding copyright ownership.
7+
#
8+
# This program and the accompanying materials are made available under the
9+
# terms of the Apache License Version 2.0 which is available at
10+
# https://www.apache.org/licenses/LICENSE-2.0
11+
#
12+
# SPDX-FileCopyrightText: 2026 Contributors to the Eclipse Foundation
13+
# SPDX-License-Identifier: Apache-2.0
14+
# *******************************************************************************
15+
16+
version: 2
17+
updates:
18+
# GitHub Actions
19+
- package-ecosystem: github-actions
20+
directory: /
21+
schedule:
22+
interval: daily
23+
24+
# Docker base images
25+
- package-ecosystem: docker
26+
directory: /
27+
schedule:
28+
interval: daily
29+
30+
# DevContainer
31+
- package-ecosystem: devcontainers
32+
directory: /
33+
schedule:
34+
interval: daily

0 commit comments

Comments
 (0)