forked from GoogleContainerTools/kpt-backstage-plugins
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #24 from nephio-project/create-pull-request/patch
[Dependabot] Regenerating Dependabot configuration
- Loading branch information
Showing
2 changed files
with
56 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
# SPDX-license-identifier: Apache-2.0 | ||
############################################################################## | ||
# Copyright (c) 2024 The Nephio Authors. | ||
# All rights reserved. This program and the accompanying materials | ||
# are made available under the terms of the Apache License, Version 2.0 | ||
# which accompanies this distribution, and is available at | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
############################################################################## | ||
# | ||
# This file is generated, do not edit it manually | ||
version: 2 | ||
updates: | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 99 | ||
|
||
|
||
- package-ecosystem: docker | ||
directory: . | ||
schedule: | ||
interval: weekly | ||
|
||
|
||
- package-ecosystem: npm | ||
directory: . | ||
schedule: | ||
interval: daily | ||
|
||
|
||
- package-ecosystem: npm | ||
directory: plugins/cad | ||
schedule: | ||
interval: daily | ||
|
||
|
||
- package-ecosystem: npm | ||
directory: plugins/cad-backend | ||
schedule: | ||
interval: daily | ||
|
||
|
||
- package-ecosystem: npm | ||
directory: packages/backend | ||
schedule: | ||
interval: daily | ||
|
||
|
||
- package-ecosystem: npm | ||
directory: packages/app | ||
schedule: | ||
interval: daily |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ coverage | |
**/CHANGELOG.md | ||
.prow.yaml | ||
.github/workflows/** | ||
.github/dependabot.yml | ||
.github/** | ||
|