Browse Source
* 🔄 created local '.github/FUNDING.yml' from remote 'general/.github/FUNDING.yml' * 🔄 synced local '.github/dependabot.yml' with remote 'general/.github/dependabot.yml' * 🔄 synced local '.github/workflows/update-copyright-years-in-license-file.yml' with remote 'general/.github/workflows/update-copyright-years-in-license-file.yml' * 🔄 synced local '.yamllint.yml' with remote 'docker/.yamllint.yml' * 🔄 created local '.prettierrc.json' from remote 'docker/.prettierrc.json' * 🔄 synced local '.editorconfig' with remote 'docker/.editorconfig' * 🔄 synced local '.gitignore' with remote 'docker/.gitignore' * 🔄 created local '.vscode/extensions.json' from remote 'docker/.vscode/extensions.json'pull/29/head
committed by
GitHub
8 changed files with 38 additions and 36 deletions
@ -0,0 +1,12 @@ |
|||
# These are supported funding model platforms |
|||
|
|||
github: dgibbs64 # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] |
|||
patreon: dgibbs # Replace with a single Patreon username |
|||
open_collective: # Replace with a single Open Collective username |
|||
ko_fi: # Replace with a single Ko-fi username |
|||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel |
|||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry |
|||
liberapay: # Replace with a single Liberapay username |
|||
issuehunt: # Replace with a single IssueHunt username |
|||
otechie: # Replace with a single Otechie username |
|||
custom: # Replace with a single custom sponsorship URL |
@ -1,14 +1,9 @@ |
|||
# Set update schedule for GitHub Actions |
|||
--- |
|||
version: 2 |
|||
updates: |
|||
- package-ecosystem: "github-actions" |
|||
directory: "/" |
|||
schedule: |
|||
interval: "daily" |
|||
|
|||
- package-ecosystem: "docker" |
|||
# Look for a `Dockerfile` in the `root` directory |
|||
directory: "/" |
|||
# Check for updates once a week |
|||
schedule: |
|||
# Check for updates to GitHub Actions every weekday |
|||
interval: "weekly" |
|||
|
@ -1,23 +1,9 @@ |
|||
*~ |
|||
.vagrant* |
|||
bin |
|||
docker/docker |
|||
.*.swp |
|||
a.out |
|||
*.orig |
|||
build_src |
|||
.flymake* |
|||
.idea |
|||
.DS_Store |
|||
docs/_build |
|||
docs/_static |
|||
docs/_templates |
|||
.gopath/ |
|||
.dotcloud |
|||
*.test |
|||
bundles/ |
|||
.hg/ |
|||
.git/ |
|||
vendor/pkg/ |
|||
pyenv |
|||
Vagrantfile |
|||
# Visual Studio Code |
|||
.vscode/* |
|||
!.vscode/settings.json |
|||
!.vscode/tasks.json |
|||
!.vscode/launch.json |
|||
!.vscode/extensions.json |
|||
!.vscode/*.code-snippets |
|||
.history/ |
|||
*.vsix |
|||
|
@ -0,0 +1,3 @@ |
|||
{ |
|||
"plugins": ["prettier-plugin-sh"] |
|||
} |
@ -0,0 +1,6 @@ |
|||
{ |
|||
"recommendations": [ |
|||
"editorconfig.editorconfig", |
|||
"esbenp.prettier-vscode" |
|||
] |
|||
} |
Loading…
Reference in new issue