-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
193 changed files
with
2,393,158 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,8 @@ | ||
version: 2 | ||
|
||
updates: | ||
|
||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: 'weekly' |
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,40 @@ | ||
name: 'Main' | ||
|
||
on: | ||
push: | ||
branches: ['*'] | ||
pull_request: | ||
branches: ['*'] | ||
schedule: | ||
- cron: '45 * * * *' | ||
workflow_dispatch: | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
|
||
update: | ||
name: 'Update' | ||
runs-on: 'ubuntu-latest' | ||
permissions: | ||
contents: 'write' | ||
container: 'docker.io/ubuntu:latest' | ||
steps: | ||
- name: 'Install dependencies' | ||
run: | | ||
apt-get update | ||
apt-get install -y --no-install-recommends ca-certificates curl git jq | ||
- name: 'Checkout project' | ||
uses: 'actions/checkout@v4' | ||
- name: 'Update lists' | ||
run: | | ||
sh ./update.sh | ||
- name: 'Push lists' | ||
if: >- | ||
github.event_name == 'schedule' || | ||
github.event_name == 'workflow_dispatch' | ||
run: | | ||
git config --global --add safe.directory "${PWD:?}" | ||
git config --global user.name 'Skiddle-Git' | ||
git config --global user.email '160487326+Skiddle-Git@users.noreply.github.com' | ||
sh ./push.sh |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
# blocklists | ||
# blocklists | ||
|
||
This repository is only a mirror of multiple third-party blocklists. |
Oops, something went wrong.