Skip to content

Commit

Permalink
Merge pull request #48 from OSGP/dependabot-automatic-updates
Browse files Browse the repository at this point in the history
Activate automatic dependabot update prs
  • Loading branch information
loesimmens authored Feb 13, 2025
2 parents b4ca9d6 + b949218 commit 9159c32
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# SPDX-FileCopyrightText: Contributors to the GXF project
#
# SPDX-License-Identifier: Apache-2.0
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
registries: "*"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
4 changes: 3 additions & 1 deletion application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
//
// SPDX-License-Identifier: Apache-2.0

plugins { id("org.springframework.boot") }
plugins {
alias(libs.plugins.springBoot)
}

dependencies {
implementation(libs.bundles.californium)
Expand Down

0 comments on commit 9159c32

Please sign in to comment.