We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73e0921 + bb3a16c commit 7fd043aCopy full SHA for 7fd043a
.github/dependabot.yml
@@ -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