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' * 🔄 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/22/head
committed by
GitHub
7 changed files with 34 additions and 39 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,15 +1,9 @@ |
|||||
# Set update schedule for GitHub Actions |
# Set update schedule for GitHub Actions |
||||
|
--- |
||||
version: 2 |
version: 2 |
||||
updates: |
updates: |
||||
- package-ecosystem: "github-actions" |
- package-ecosystem: "github-actions" |
||||
directory: "/" |
directory: "/" |
||||
schedule: |
schedule: |
||||
# Check for updates to GitHub Actions every weekday |
# Check for updates to GitHub Actions every weekday |
||||
interval: "daily" |
|
||||
|
|
||||
- package-ecosystem: "docker" |
|
||||
# Look for a `Dockerfile` in the `root` directory |
|
||||
directory: "/" |
|
||||
# Check for updates once a week |
|
||||
schedule: |
|
||||
interval: "weekly" |
interval: "weekly" |
||||
|
@ -1,24 +1,9 @@ |
|||||
*~ |
# Visual Studio Code |
||||
.vagrant* |
.vscode/* |
||||
bin |
!.vscode/settings.json |
||||
docker/docker |
!.vscode/tasks.json |
||||
.*.swp |
!.vscode/launch.json |
||||
a.out |
!.vscode/extensions.json |
||||
*.orig |
!.vscode/*.code-snippets |
||||
build_src |
.history/ |
||||
.flymake* |
*.vsix |
||||
.idea |
|
||||
.DS_Store |
|
||||
docs/_build |
|
||||
docs/_static |
|
||||
docs/_templates |
|
||||
.gopath/ |
|
||||
.dotcloud |
|
||||
*.test |
|
||||
bundles/ |
|
||||
.hg/ |
|
||||
.git/ |
|
||||
vendor/pkg/ |
|
||||
pyenv |
|
||||
Vagrantfile |
|
||||
/node_modules |
|
||||
|
@ -0,0 +1,6 @@ |
|||||
|
{ |
||||
|
"recommendations": [ |
||||
|
"editorconfig.editorconfig", |
||||
|
"esbenp.prettier-vscode" |
||||
|
] |
||||
|
} |
Loading…
Reference in new issue