Skip to content

Commit

Permalink
dotfiles | V1.0.x (#15)
Browse files Browse the repository at this point in the history
* dotfiles | Testing submodules

* Testing submodule links

* Another test

* Create dependabot.yml (#14)

* Remove file
  • Loading branch information
nicholashoule authored Oct 27, 2022
1 parent d1440a7 commit f2c0252
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
11 changes: 11 additions & 0 deletions .github/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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gitsubmodule" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
5 changes: 3 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# https://git-scm.com/docs/gitmodules
[submodule ".oh-my-zsh"]
[submodule "home/.oh-my-zsh"]
path = home/.oh-my-zsh
url = http://github.com/robbyrussell/oh-my-zsh.git
[submodule ".vim/bundle/Vundle.vim"]
[submodule "home/.vim/bundle/Vundle.vim"]
path = home/.vim/bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git

Empty file added home/.vim/bundle/readme.md
Empty file.

0 comments on commit f2c0252

Please sign in to comment.