Skip to content

Commit 7fd043a

Browse files
authored
Merge pull request #25 from OSGP/feature/dependabot-automatic-updates
Automatic dependabot updates
2 parents 73e0921 + bb3a16c commit 7fd043a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# SPDX-FileCopyrightText: Copyright Contributors to the GXF project
2+
#
3+
# SPDX-License-Identifier: Apache-2.0
4+
# To get started with Dependabot version updates, you'll need to specify which
5+
# package ecosystems to update and where the package manifests are located.
6+
# Please see the documentation for all configuration options:
7+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
8+
9+
version: 2
10+
updates:
11+
- package-ecosystem: "gradle" # See documentation for possible values
12+
directory: "/" # Location of package manifests
13+
schedule:
14+
interval: "daily"

0 commit comments

Comments
 (0)