From c905a38e5ca4ec04a98dee4a1faec241675d5ecc Mon Sep 17 00:00:00 2001 From: "Jonathan R. Madsen" Date: Thu, 10 Aug 2023 15:10:04 -0500 Subject: [PATCH] Dependabot package updates (#301) Dependabot package updates [ROCm/rocprofiler-systems commit: 70d6fc7631fda0b9d0697ff2294e9eb29d81f368] --- projects/rocprofiler-systems/.github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 projects/rocprofiler-systems/.github/dependabot.yml diff --git a/projects/rocprofiler-systems/.github/dependabot.yml b/projects/rocprofiler-systems/.github/dependabot.yml new file mode 100644 index 0000000000..ac6621f192 --- /dev/null +++ b/projects/rocprofiler-systems/.github/dependabot.yml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"