Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
ci(shared): bump vendored ci files (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
galoybot authored Jul 26, 2022
1 parent 0369561 commit 07d8558
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
4 changes: 2 additions & 2 deletions ci/vendir.lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: vendir.k14s.io/v1alpha1
directories:
- contents:
- git:
commitTitle: 'fix: path to charts pr scripts'
sha: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10
commitTitle: 'feat: add nodejs-dependabot.yml'
sha: 261970a93493278678c6b24fdaebd5d4a78bdc06
path: .
path: vendor
kind: LockConfig
2 changes: 1 addition & 1 deletion ci/vendir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ directories:
- path: .
git:
url: https://github.com/GaloyMoney/concourse-shared.git
ref: 75a8a54909ac0a2f74e9ee8f2779ab57a91ebb10
ref: 261970a93493278678c6b24fdaebd5d4a78bdc06
includePaths:
- shared/**/*
newRootPath: shared
11 changes: 11 additions & 0 deletions ci/vendor/nodejs-dependabot.yml
Original file line number Diff line number Diff line change
@@ -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://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit 07d8558

Please sign in to comment.