Skip to content

Commit 731d148

Browse files
committed
completed auto merge for dependabot test
1 parent c3263bb commit 731d148

362 files changed

Lines changed: 12417 additions & 4866 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "cargo"
8+
directories:
9+
- "/ip-country-data/"
10+
schedule:
11+
interval: "daily"

.github/workflows/Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Run Build
1010
runs-on: windows-2025
1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313
- name: Build
1414
run: |
1515
& .\ip-country-data.exe
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
name: Dependabot auto-approve and merge
2+
3+
on:
4+
pull_request_target:
5+
6+
permissions:
7+
pull-requests: write
8+
contents: write
9+
10+
jobs:
11+
dependabot:
12+
runs-on: ubuntu-slim
13+
if: github.actor == 'dependabot[bot]' && github.repository == 'HotCakeX/Official-IANA-IP-blocks'
14+
steps:
15+
- name: Checkout code
16+
uses: actions/checkout@v6
17+
18+
- name: Approve and Merge
19+
env:
20+
PR_URL: ${{ github.event.pull_request.html_url }}
21+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
run: |
23+
gh pr checkout "$PR_URL"
24+
25+
# Approve
26+
REVIEW_DECISION=$(gh pr view "$PR_URL" --json reviewDecision -q .reviewDecision)
27+
if [ "$REVIEW_DECISION" != "APPROVED" ]; then
28+
gh pr review --approve "$PR_URL"
29+
echo "PR approved."
30+
else
31+
echo "PR already approved."
32+
fi
33+
34+
# GitHub will merge the PR once all branch protection requirements are satisfied (including this job completing successfully).
35+
gh pr merge --merge --delete-branch --auto "$PR_URL"
36+
echo "Auto-merge enabled. PR will be merged once all checks pass."

.github/workflows/gh-pages.yml.old

Lines changed: 0 additions & 16 deletions
This file was deleted.

CSV/IPV4/AE.csv

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ AE,130.49.160.0,22,ipv4
627627
AE,130.185.120.0,22,ipv4
628628
AE,130.185.124.0,22,ipv4
629629
AE,130.255.0.0,21,ipv4
630-
AE,131.222.0.0,16,ipv4
630+
AE,131.222.0.0,17,ipv4
631+
AE,131.222.132.0,17,ipv4
631632
AE,134.0.216.0,21,ipv4
632633
AE,138.128.224.0,22,ipv4
633634
AE,140.225.192.0,19,ipv4
@@ -660,6 +661,7 @@ AE,151.247.128.0,17,ipv4
660661
AE,151.248.96.0,20,ipv4
661662
AE,151.253.0.0,16,ipv4
662663
AE,153.56.0.0,17,ipv4
664+
AE,153.56.128.0,23,ipv4
663665
AE,153.56.130.0,17,ipv4
664666
AE,158.255.77.0,24,ipv4
665667
AE,167.17.32.0,19,ipv4
@@ -986,13 +988,13 @@ AE,193.178.172.0,24,ipv4
986988
AE,193.178.174.0,24,ipv4
987989
AE,193.203.60.0,22,ipv4
988990
AE,193.203.105.0,24,ipv4
989-
AE,193.223.100.0,24,ipv4
990991
AE,193.228.139.0,24,ipv4
991992
AE,193.238.134.0,23,ipv4
992993
AE,193.242.180.0,24,ipv4
993994
AE,194.5.192.0,23,ipv4
994995
AE,194.5.206.0,23,ipv4
995996
AE,194.15.56.0,22,ipv4
997+
AE,194.28.112.0,22,ipv4
996998
AE,194.31.72.0,22,ipv4
997999
AE,194.32.96.0,22,ipv4
9981000
AE,194.32.104.0,24,ipv4

CSV/IPV4/AL.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ AL,85.209.248.0,22,ipv4
5353
AL,87.120.100.0,22,ipv4
5454
AL,87.238.208.0,21,ipv4
5555
AL,88.214.16.0,22,ipv4
56+
AL,91.92.250.0,24,ipv4
5657
AL,91.132.172.0,22,ipv4
5758
AL,91.187.96.0,19,ipv4
5859
AL,91.210.136.0,22,ipv4

CSV/IPV4/AR.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,6 @@ AR,179.0.144.0,23,ipv4
833833
AR,179.0.147.0,24,ipv4
834834
AR,179.0.148.0,24,ipv4
835835
AR,179.0.149.0,24,ipv4
836-
AR,179.0.150.0,24,ipv4
837836
AR,179.0.151.0,24,ipv4
838837
AR,179.0.180.0,22,ipv4
839838
AR,179.0.184.0,22,ipv4

CSV/IPV4/AU.csv

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1821,7 +1821,6 @@ AU,103.173.70.0,23,ipv4
18211821
AU,103.173.149.0,24,ipv4
18221822
AU,103.173.176.0,24,ipv4
18231823
AU,103.173.235.0,24,ipv4
1824-
AU,103.173.248.0,24,ipv4
18251824
AU,103.174.3.0,24,ipv4
18261825
AU,103.174.6.0,23,ipv4
18271826
AU,103.174.48.0,23,ipv4
@@ -3030,6 +3029,8 @@ AU,151.158.40.0,23,ipv4
30303029
AU,151.158.62.0,23,ipv4
30313030
AU,151.158.68.0,23,ipv4
30323031
AU,151.158.98.0,23,ipv4
3032+
AU,151.158.128.0,23,ipv4
3033+
AU,151.158.163.0,24,ipv4
30333034
AU,151.178.0.0,16,ipv4
30343035
AU,152.65.192.0,18,ipv4
30353036
AU,152.76.0.0,16,ipv4
@@ -3038,6 +3039,7 @@ AU,152.91.0.0,16,ipv4
30383039
AU,152.98.0.0,16,ipv4
30393040
AU,152.147.0.0,16,ipv4
30403041
AU,153.107.0.0,16,ipv4
3042+
AU,154.8.120.0,22,ipv4
30413043
AU,155.35.226.0,24,ipv4
30423044
AU,155.60.0.0,16,ipv4
30433045
AU,155.71.0.0,16,ipv4
@@ -3635,7 +3637,6 @@ AU,192.207.198.0,24,ipv4
36353637
AU,192.207.248.0,24,ipv4
36363638
AU,192.231.59.0,24,ipv4
36373639
AU,192.231.127.0,24,ipv4
3638-
AU,192.231.135.0,24,ipv4
36393640
AU,192.231.136.0,24,ipv4
36403641
AU,192.231.166.0,23,ipv4
36413642
AU,192.231.168.0,24,ipv4

CSV/IPV4/BD.csv

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,13 @@ BD,151.158.90.0,23,ipv4
18811881
BD,151.158.100.0,23,ipv4
18821882
BD,151.158.110.0,23,ipv4
18831883
BD,151.158.112.0,23,ipv4
1884+
BD,151.158.120.0,23,ipv4
1885+
BD,151.158.124.0,23,ipv4
1886+
BD,151.158.152.0,23,ipv4
1887+
BD,151.158.154.0,23,ipv4
1888+
BD,151.158.158.0,23,ipv4
1889+
BD,151.158.164.0,23,ipv4
1890+
BD,151.158.172.0,23,ipv4
18841891
BD,155.35.34.0,23,ipv4
18851892
BD,155.35.46.0,23,ipv4
18861893
BD,157.10.28.0,23,ipv4
@@ -2125,6 +2132,7 @@ BD,192.144.88.0,22,ipv4
21252132
BD,192.232.58.0,23,ipv4
21262133
BD,192.232.60.0,23,ipv4
21272134
BD,192.232.62.0,23,ipv4
2135+
BD,198.15.27.0,24,ipv4
21282136
BD,198.56.24.0,23,ipv4
21292137
BD,202.0.94.0,24,ipv4
21302138
BD,202.1.28.0,23,ipv4

CSV/IPV4/BE.csv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ BE,149.126.56.0,21,ipv4
351351
BE,149.134.0.0,16,ipv4
352352
BE,149.154.192.0,18,ipv4
353353
BE,150.251.0.0,16,ipv4
354-
BE,151.216.128.0,17,ipv4
355354
BE,152.55.156.0,22,ipv4
356355
BE,152.152.0.0,16,ipv4
357356
BE,153.89.0.0,16,ipv4
@@ -398,6 +397,7 @@ BE,185.2.52.0,22,ipv4
398397
BE,185.2.92.0,22,ipv4
399398
BE,185.3.160.0,22,ipv4
400399
BE,185.3.216.0,22,ipv4
400+
BE,185.4.132.0,22,ipv4
401401
BE,185.15.138.0,24,ipv4
402402
BE,185.16.240.0,22,ipv4
403403
BE,185.18.8.0,22,ipv4
@@ -500,6 +500,7 @@ BE,185.135.12.0,22,ipv4
500500
BE,185.135.191.0,24,ipv4
501501
BE,185.136.208.0,22,ipv4
502502
BE,185.137.40.0,22,ipv4
503+
BE,185.138.40.0,22,ipv4
503504
BE,185.138.96.0,22,ipv4
504505
BE,185.139.44.0,22,ipv4
505506
BE,185.141.208.0,22,ipv4
@@ -859,6 +860,7 @@ BE,195.189.202.0,23,ipv4
859860
BE,195.200.24.0,23,ipv4
860861
BE,195.200.201.0,24,ipv4
861862
BE,195.207.0.0,16,ipv4
863+
BE,195.222.105.0,24,ipv4
862864
BE,195.225.100.0,22,ipv4
863865
BE,195.225.164.0,22,ipv4
864866
BE,195.225.220.0,22,ipv4

0 commit comments

Comments
 (0)